Serialization format.
Flag that integral types are packed via variable length encoding (VLE).
Flag that scalar types are serialized in native (platform-dependent) byte-order. Reason for settings this is usually to gain speed.
See Implementation
Serialization format.