Module serde_tagged::de::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§
- A visitor that can be used to deserialize an externally tagged value.
Functions§
- Deserialize an internally tagged value.
- Deserialize an internally tagged value with the given tag-seed.