Module serde_with::formats[][src]

Expand description

Specify the format and how lenient the deserialization is

Structs

Flexible

Use a flexible deserialization behavior, see Strictness.

Lowercase

Use lowercase characters

PreferMany

Use in combination with OneOrMany. Always emit the list form.

PreferOne

Use in combination with OneOrMany. Emit single element for lists of size 1.

Strict

Use strict deserialization behavior, see Strictness.

Uppercase

Use uppercase characters

Traits

Format

Specify how to serialize/deserialize a type

Strictness

Specify how lenient the deserialization process should be