Interface for a serializer that can serialize and deserialize data for persistence.
v0.7.0
The type of the data that is serialized and deserialized.
The type of the data that is written to storage.
The type of the data that is validated.
Deserialize data from store.
Readonly
Serialize data for store.
Optional
Optional validator callback to validate the data after hydrate.
Interface for a serializer that can serialize and deserialize data for persistence.
Since
v0.7.0