Interface ISerializer<T>

An object which knows how to serialize and deserialize the type T.

Type Parameters

  • T

Hierarchy

  • ISerializer

Implemented by

Methods

Methods

  • Deserialize the object from JSON.

    Parameters

    Returns T

  • Convert the object to JSON.

    Parameters

    • value: T

    Returns JSONValue

Generated using TypeDoc