Expand description
Includes the serializer for the quick-xml crate.
Structs§
- Attribute
Serializer - The attribute serializer for the
quick-xmlcrate. - Children
Serialize Seq - Provides the implementation of
SerializeSeqtrait for element children for thequick-xmlcrate. - Serialize
Element - The main element serializer for the
quick-xmlcrate. - Serialize
Element Attributes - Provides the implementation of
ser::SerializeElementfor thequick-xmlcrate. - Serialize
Seq - Provides the implementation of
SerializeSeqtrait for any nodes for thequick-xmlcrate. - Serializer
- The
xmlity::Deserializerfor thequick-xmlcrate.
Enums§
- Error
- Errors that can occur when using this crate.
Functions§
- to_
string - Serialize a value into a string.
- to_
string_ pretty - Serialize a value into a string with pretty printing.