Format

Serialization format.

Members

Properties

enablesSlicing
bool enablesSlicing [@property getter]

Variables

packIntegrals
bool packIntegrals;

Flag that integral types are packed via variable length encoding (VLE).

useNativeByteOrder
bool useNativeByteOrder;

Flag that scalar types are serialized in native (platform-dependent) byte-order. Reason for settings this is usually to gain speed.

Meta