The registerClass method is used for registering custom class for serialization and deserialization. The class_ parameter must be of type SerializableClass.
Optional
prefix: OneOrMore<string>The registerCustom method is used for registering custom values for serialization and deserialization.
Optional
prefix: OneOrMore<string>The registerEvent method is used for registering custom BaseEvent for serialization and deserialization.
Optional
prefix: OneOrMore<string>
The IFlexibleSerde contract defines a standard way to serialize and deserialize both plain data and custom classes.
IMPORT_PATH:
"@daiso-tech/core/serde/contracts"