Skip to main content

Module serialization_ext

Module serialization_ext 

Source
Expand description

Attribute serialization helpers.

Structs§

FunctionCoder
Function-pointer based coder for custom serialization behavior.
JsonCoder
Default coder that round-trips JSON with serde_json.
SerializedFieldConfig
Metadata describing a serialized attribute and its coder.

Enums§

SerializationError
Errors returned while serializing or deserializing attributes.

Traits§

AttributeCoder
Serializer contract for JSON-backed custom coders.
SerializedAttribute
Trait implemented by records that declare serialized attributes.

Functions§

serialize_attribute
Declares a serialized attribute configuration.