The serialized representation type (must extend SerializedValueBase with version)
IMPORT_PATH: "@daiso-tech/core/serde/contracts"
Serializes this instance to a versioned format. Instance method that converts the current state to a storable/transportable form. Must include a version field for deserialization to know how to reconstruct.
Serialized representation with version field
Instance contract for types supporting serialization to a versioned format. Classes implementing this contract can convert their state to a serialized representation.