Modules§
- conversion
- Items related to converting models from one version to another (currently unimplemented).
- model
- Representation of the actual data.
- persistence
- Items related to actually storing and persisting models.
- serialization
- Items related to (de)serializing models.
Structs§
- Catwalk
- A Catwalk acts as a common interface to a serializer and a persistence engine.
Enums§
Traits§
- Model
- A Model is a representation of data.
- Persistence
Engine - Serializer
- (De)serializes
Models in the form of a slice ofu8bytes. When aModelis serialized, it is serialized along with its version, via aStoredModelstruct.