Function deserialize

Deserializes a string serialized with serialize into a value.

You will need to specify deserializers if custom data types are serialized. See serialize for more information.

  • Type Parameters

    • T

    Parameters

    • serializedString: string

      the serialized string

    • OptionalcustomDeserializers: CustomDeserializers

      an object with custom deserializers

    Returns T