Module ser

Source
Expand description

Includes the serializer for the quick-xml crate.

Structs§

AttributeSerializer
The attribute serializer for the quick-xml crate.
ChildrenSerializeSeq
Provides the implementation of SerializeSeq trait for element children for the quick-xml crate.
SerializeElement
The main element serializer for the quick-xml crate.
SerializeElementAttributes
Provides the implementation of ser::SerializeElement for the quick-xml crate.
SerializeSeq
Provides the implementation of SerializeSeq trait for any nodes for the quick-xml crate.
Serializer
The xmlity::Deserializer for the quick-xml crate.

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.