The serialized representation type (must extend SerializedValueBase)
IMPORT_PATH: "@daiso-tech/core/serde/contracts"
Constructor creating new instance (typically used internally during deserialization).
Constructor arguments
New instance of the class
Static deserialization method reconstructing an instance from serialized data. Inverse operation of serialize() method on instances.
The serialized representation to reconstruct from
New instance populated with deserialized data
Class contract for types that support both serialization and static deserialization. Defines the interface that custom classes must implement for flexible serde.
Implementers provide: