Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Serialization format.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected enum StreamFormat

Members

Member nameDescription
None
Unknown value.
Null
Null value.
Int
Integer value.
Long
Long value.
Double
Double value.
RawInt128
RawInt128 value.
Decimal
Decimal value.
Float
Float value.
Short
Short value.
Byte
Byte value.

See Also