Interface JsonSerializable<T>

An interface that marks implementing classes and objects as serializable with JSON.stringify.

See

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#tojson_behavior

Type Parameters

  • T

    the type of the value to serialize via JSON.stringify.

Hierarchy

Implemented by

Methods

Methods

Generated using TypeDoc