Complete codec contract combining encoding and decoding capabilities. Provides bidirectional transformation between two data formats.
Useful for formats requiring both encoding and decoding:
The original/human-readable data format
The transportable/storage data format
IMPORT_PATH: "@daiso-tech/core/codec/contracts"
"@daiso-tech/core/codec/contracts"
Complete codec contract combining encoding and decoding capabilities. Provides bidirectional transformation between two data formats.
Useful for formats requiring both encoding and decoding: