Module serde_helpers

Source
Available on crate feature serde-types only.
Expand description

Provides helper functions to glue an XML with a serde content model.

Modulesยง

text_content
Provides helper functions to serialization and deserialization of types (usually enums) as a text content of an element and intended to use with #[serde(with = "...")], #[serde(deserialize_with = "...")] and #[serde(serialize_with = "...")].