Helpful
    Preparing search index...

    Class ZDeserializeJson<T>

    A deserializer that deserializes a JSON string.

    Type Parameters

    • T

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Deserializes a candidate string to an object T.

      Parameters

      • candidate: string

        The candidate string to deserialize.

      Returns T

      The object that was deserialized.

      An error if the candidate contains semantic errors and cannot be deserialized to the given target type.