跳转到内容
简体中文

jsonCodec

此内容尚不支持你的语言。

jsonCodec<T>(): Codec<T>

Defined in: src/persistence/migration/Codec.ts:56

Pass-through codec — no validation, identity transform. Same shape as the framework’s default behaviour when no codec is supplied. Useful as a default in generic helpers, and as the baseline you compose richer codecs on top of.

T

Codec<T>