Module internal

Source
Expand description

Deserialization of internally tagged values.

See ser::internal for a description of this tagging format.

§Warning

Deserialization of internally tagged values requires a self-describing data format.

Structs§

Visitor
A visitor that can be used to deserialize an externally tagged value.

Functions§

deserialize
Deserialize an internally tagged value.
deserialize_seed
Deserialize an internally tagged value with the given tag-seed.