Expand description
This module provides a Deserializer which supports deserializing input data with various
encodings into a Value.
Structsยง
- Deserialize
Options - Options for the
Deserializer. The options are context specific and may only be honored when deserializing from a certainEncoding. - Deserializer
- A
Deserializercan deserialize input data from a reader into aValue. - Deserializer
Builder - A
DeserializerBuildercan be used to build aDeserializerwith certainDeserializeOptions.