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.