NumberCodecConfig
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?
Specifies whether numbers should be encoded in little-endian or big-endian format.
Default Value
Endian.Little