kencode

EncodedFormatBuilder

Builder for configuring EncodedFormat instances.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var binaryFormat: BinaryFormat

The underlying binary serialization format used before encoding to text.

Link copied to clipboard

Convenience setter that wraps a Checksum as a PayloadTransform and assigns it to transform. Always reads back as null.

Link copied to clipboard

The ASCII-safe byte codec used to turn raw bytes into text.

Link copied to clipboard

Optional payload transform applied after serialization and before encoding.

EncodedFormatBuilder

constructor()(source)

binaryFormat

var binaryFormat: BinaryFormat(source)

The underlying binary serialization format used before encoding to text.

checksum

Convenience setter that wraps a Checksum as a PayloadTransform and assigns it to transform. Always reads back as null.

codec

The ASCII-safe byte codec used to turn raw bytes into text.

transform

Optional payload transform applied after serialization and before encoding.