Expand description
Deserialization of adjacently tagged values using structs.
See ser::adj::struc
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 struct-based adjacently tagged values is only supported
for self-describing formats.
Structs§
- Known
Visitor - A visitor that can be used to deserialize a struct-based adjacently tagged value of known type.
- Visitor
- A visitor that can be used to deserialize a struct-based adjacently tagged value.
Functions§
- deserialize
- Deserialize a struct-based adjacently tagged value.
- deserialize_
known - Deserialize a struct-based adjacently tagged value of known type.
- deserialize_
known_ seed - Deserialize a struct-based adjacently tagged value of known type with the given seeds.
- deserialize_
seed - Deserialize a struct-based adjacently tagged value using the given tag-seed.