Module serde_tagged::de::adj::struc
source · 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§
- A visitor that can be used to deserialize a struct-based adjacently tagged value of known type.
- A visitor that can be used to deserialize a struct-based adjacently tagged value.
Functions§
- Deserialize a struct-based adjacently tagged value.
- Deserialize a struct-based adjacently tagged value of known type.
- Deserialize a struct-based adjacently tagged value of known type with the given seeds.
- Deserialize a struct-based adjacently tagged value using the given tag-seed.