Module serde

Source

Modules§

json
Utilities for the serde_json crate.

Structs§

Fields
Mapping of field names to either a value or another field.

Enums§

FieldsOrValue
A field reference or value.
OneOrMany
A value which can be (de)serialized from one or many instances of T.

Functions§

bool_or_struct
Enables deserializing from a value that could be a bool or a struct.
default_decoding
default_false
default_framing_message_based
default_max_length
The default max length of the input buffer.
default_true
is_default
Answers “Is this value in it’s default state?” which can be used to skip serializing the value.