Enum ComparisonValueExtractor.StreamFormat
Serialization format.
Namespace: Tangosol.Util.Extractor
Assembly: Coherence.dll
Syntax
protected enum ComparisonValueExtractor.StreamFormat
Fields
Name | Description |
---|---|
Byte | Byte value. |
Decimal | Decimal value. |
Double | Double value. |
Float | Float value. |
Int | Integer value. |
Long | Long value. |
None | Unknown value. |
Null | Null value. |
RawInt128 | RawInt128 value. |
Short | Short value. |