Type Alias IFlexibleSerdeAdapter<TSerializedValue>

The IFlexibleSerdeAdapter contract defines a standard way to serialize and deserialize both plain data and custom classes.

IMPORT_PATH: "@daiso-tech/core/serde/contracts"

Type Parameters

  • TSerializedValue = unknown

Type declaration