Module serde_tagged::de::adj::map

source ·
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§

  • A visitor that can be used to deserialize a map-based adjacently tagged value of known type.
  • A visitor that can be used to deserialize a map-based adjacently tagged value.

Functions§

  • Deserialize a map-based adjacently tagged value.
  • Deserialize a map-based adjacently tagged value of known type.
  • Deserialize a map-based adjacently tagged value of known type with the given seeds.
  • Deserialize a map-based adjacently tagged value with the given tag-seed.