Module serde_introspection

Source
Expand description

Contains helpers for accessing structure metadata (e.g. struct field names when serialized) using serde.

Functionsยง

get_default_serde_record
Get the default record for a struct implementing the serde::Deserialize trait.
serde_introspect
Gets the serialization names for structs and enums.