Type alias TypeCodecOpts<SerCtx, DesCtx>

TypeCodecOpts<SerCtx, DesCtx>: CustomCodecSerOpts<SerCtx> & {
    deserialize?: SerDesFn<DesCtx>;
}

Type Parameters

  • SerCtx
  • DesCtx

Type declaration