Kit
Type aliases

NumberCodecConfig

NumberCodecConfig = object

Configuration options for number codecs that use more than one byte.

This configuration applies to all number codecs except u8 and i8, allowing the user to specify the endianness of serialization.

Properties

endian?

optional endian: Endian

Specifies whether numbers should be encoded in little-endian or big-endian format.

Default Value

Endian.Little

On this page