Available on crate feature
serialize only.Expand description
Module to handle custom serde Serializer
Re-exports§
pub use crate::errors::serialize::SeError;
Structs§
- A Serializer.
- A serializer for a values representing XSD simple types, which used in:
Enums§
- Defines which characters would be escaped in
Textevents and attribute values. - Classification of the type written by the serializer.
Functions§
- Serialize struct into a
String. - Serialize struct into a
Stringusing specified root tag name.root_tagshould be valid XML name, otherwise error is returned. - Serialize struct into a
Writer. - Serialize struct into a
Writer using specified root tag name.root_tagshould be valid XML name, otherwise error is returned.