Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ FormatType

enum class Ice::FormatType : std::uint8_t
strong

Specifies the format for marshaling classes and exceptions with the Slice 1.1 encoding.

Enumerator
CompactFormat 

Favors compactness, but does not support slicing-off unknown slices during unmarshaling.

SlicedFormat 

Allows slicing-off unknown slices during unmarshaling, at the cost of some extra space in the marshaled data.

Definition at line 11 of file Format.h.