Expand description
Deserialization implementations
Structs§
- From
String Visitor - A visitor for deserializing types implementing
FromStr - From
Visitor - Generic visitor for forwarding all calls to an inner visitor and converting into the target
type using its
Fromimplementation. - Optional
Visitor - A visitor for deserializing empty XML elements as an
Option::None - Peeking
Reader - A wrapper around a
XmlReaderthat supports peeking XML events without consuming them - TryFrom
Visitor - Generic visitor for forwarding all calls to an inner visitor and converting into the target
type using its
TryFromimplementation.
Traits§
- FromXml
- Marks a type as being deserializable from XML
- Visitor
- A trait for building up instances of types during deserialization
- XmlFrom
Str - Marker trait for auto-implementing the
FromXmltrait based on theFromStr-implementation of a type.
Type Aliases§
- XmlReader
- Type alias for the underlying reader