Skip to main content

Crate serde_alter

Crate serde_alter 

Source
Expand description

Utilities for alternative serde serializations.

See the README for additional information and Installation.

github-comcrates-iodocs-rs


See Alter to get started with the documentation or check out the examples.

Structs§

Alt
Wrapper to activate the Alternative serialization of any inner type.
Altered
Wrapper to set the Altered state for the inner type.
Alternative
Wrapper to add an Alternative serialization to the inner type.
Unaltered
Wrapper to remove the Altered state passed down from any outer type.

Traits§

Alter
Alternative Serializer implementation.
AlterRest
The rest of the Alter implementation.
DeferRest
Default AlterRest implementation.

Functions§

alt
Function to serialize as if wrapped with Alt.
unaltered
Function to serialize as if wrapped with Unaltered.