EncodeOptions

interface
serialize/codec.ts:40

Options for encodeState.

Properties

NameTypeDescription
maxNodes?numberMaximum number of nodes to encode. Beyond it, subtrees are replaced by a truncation marker.
sanitize?(path: string, value: unknown) => unknownRedacts a value before it leaves the process.