[][src]Module serde_with::ser

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

SerializeAsWrap

Helper type to implement SerializeAs for container-like types.

Traits

SerializeAs

A data structure that can be serialized into any data format supported by Serde, analogue to Serialize.