Click or drag to resize

ComparisonValueExtractorStreamFormat Enumeration

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Serialization format.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected enum StreamFormat
Members
  Member nameValueDescription
None-1 Unknown value.
Null0 Null value.
Int1 Integer value.
Long2 Long value.
Double3 Double value.
RawInt1284 RawInt128 value.
Decimal5 Decimal value.
Float14 Float value.
Short15 Short value.
Byte16 Byte value.
See Also