Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Serialization format.
Namespace:
Tangosol.Util.ExtractorAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
protected enum StreamFormat |
Members
| Member name | Description | |
|---|---|---|
| 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.
|