Expand description

Deserializing from the human-readable text representation.

Structs

Deserializer for parsing the human-readable format.

Functions

Deserialize a strongly-typed value from the human-readable representation when it is given as UTF-8 encoded bytes.

Deserialize a strongly-typed value from the human-readable representation when it is given as UTF-8 encoded bytes coming from a stream reader.

The same as from_reader except that this function performs buffering.

Deserialize a strongly-typed value from the human-readable representation.