FormatType
Specifies the format for marshaling classes and exceptions with the Slice 1.1 encoding.
@ 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 marshal...