Enumerations
Endian
Defines the byte order used for number serialization.
Little
: The least significant byte is stored first.Big
: The most significant byte is stored first.
Defines the byte order used for number serialization.
Little
: The least significant byte is stored first.Big
: The most significant byte is stored first.