Type Alias IFlexibleSerde<TSerializedValue>

The IFlexibleSerde 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