NumberCodecConfig: { endian?: Endian }

Defines the config for number codecs that use more than one byte.

Type declaration

  • Optionalendian?: Endian

    Whether the serializer should use little-endian or big-endian encoding.

    Endian.Little