The registerClass method is used for registering custom class for serialization and deserialization.
The class_ parameter must be of type SerializableClass.
Optionalprefix: OneOrMore<string>The registerCustom method is used for registering custom values for serialization and deserialization.
Optionalprefix: OneOrMore<string>
The
ISerderRegistercontract defines a standard way to register custom serialization and deserialization logic.IMPORT_PATH:
"@daiso-tech/core/serde/contracts"