Expand description
Deserialization of adjacently tagged values using maps.
See ser::adj::map
for a description of this tagging
format.
§Warning
If the deserialization-process depends on the tag (i.e. with
deserialize
and/or Visitor
),
deserialization of map-based adjacently tagged values is only supported for
self-describing formats.
Structs§
- Known
Visitor - A visitor that can be used to deserialize a map-based adjacently tagged value of known type.
- Visitor
- A visitor that can be used to deserialize a map-based adjacently tagged value.
Functions§
- deserialize
- Deserialize a map-based adjacently tagged value.
- deserialize_
known - Deserialize a map-based adjacently tagged value of known type.
- deserialize_
known_ seed - Deserialize a map-based adjacently tagged value of known type with the given seeds.
- deserialize_
seed - Deserialize a map-based adjacently tagged value with the given tag-seed.