Expand description
This module contains a trait that payload structs should implement to be serializable.
Structs§
- Struct that specifies the content type, format indicator, and payload for a serialized payload.
Enums§
- Enum to describe the type of error that occurred during payload deserialization.
- Format indicator for serialization and deserialization.
Traits§
- Trait for serializing and deserializing payloads.
Type Aliases§
- A provided convenience struct for bypassing serialization and deserialization, but having dynamic content type and format indicator.