Asynchronous deserializer.

Type Parameters

  • out T

    Deserialized data type.

Hierarchy

  • Async
  • Reads the data asynchronously from the given readable stream.

    Scans input stream for tokens and reads the encoded data.

    Parameters

    • stream: ReadableStream<string>

      Input stream to read the data from.

    • Optional options: UcDeserializer.Options

      Deserialization options.

      Optional

    Returns Promise<T>

    Promise resolved to deserialized data value.

Properties

__UcDeserializerByTokens__: false

Brand property not supposed to be declared.

Generated using TypeDoc