Module serde_with::ser
source · [−]Expand description
Module for SerializeAs
implementations
The module contains the SerializeAs
trait and helper code.
Additionally, it contains implementations of SerializeAs
for types defined in the Rust Standard Library or this crate.
You can find more details on how to implement this trait for your types in the documentation of the SerializeAs
trait and details about the usage in the user guide.
Structs
Helper type to implement SerializeAs
for container-like types.
Traits
A data structure that can be serialized into any data format supported by Serde, analogue to Serialize
.