Expand description
Module to handle custom serde Serializer
Structs§
- Serializer
- A Serializer
Enums§
- Quote
Level - Defines which characters would be escaped in
Textevents and attribute values.
Functions§
- to_
string - Serialize struct into a
String. - to_
string_ with_ root - Serialize struct into a
Stringusing specified root tag name.root_tagshould be valid XML name, otherwise error is returned. - to_
writer - Serialize struct into a
Writer. - to_
writer_ with_ root - Serialize struct into a
Writer using specified root tag name.root_tagshould be valid XML name, otherwise error is returned.