Available on crate feature
serialize
only.Expand description
Module to handle custom serde Serializer
Structs
- A Serializer
Enums
- Defines which characters would be escaped in
Text
events and attribute values.
Functions
- Serialize struct into a
String
. - Serialize struct into a
String
using specified root tag name.root_tag
should be valid XML name, otherwise error is returned. - Serialize struct into a
Write
r. - Serialize struct into a
Write
r using specified root tag name.root_tag
should be valid XML name, otherwise error is returned.