Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Serialization format.
Namespace:
Tangosol.Util.ExtractorAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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.
|