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