The byte order of a numeric serialization.
Big-endian: the most significant byte is written first.
Little-endian: the least significant byte is written first.
The byte order of a numeric serialization.