Deserialized data type.
Reads the data synchronously from the given string or array of tokens.
Either input string or array of tokens to parse.
Optional
options: UcDeserializer.OptionsDeserialization options.
Optional
Deserialized data value.
Reads the data asynchronously from the given readable stream
.
Scans input stream
for tokens and reads the encoded data.
Input stream to read the data from.
Optional
options: UcDeserializer.OptionsDeserialization options.
Optional
Promise resolved to deserialized data value.
Brand property not supposed to be declared.
Generated using TypeDoc
Data deserializer.
Reads the data value from the given input. Deserializer may be either synchronous or asynchronous depending on input type.