Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Serialization format.

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

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