Click or drag to resize

AbstractEvolvableFutureData Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Gets or sets all the unknown remainder of the data stream from which this object was deserialized.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public Binary FutureData { get; set; }

Property Value

Type: Binary
Future data in binary form.

Implements

IEvolvableFutureData
Exceptions
ExceptionCondition
InvalidOperationException If the object is not in a state in which the version can be set, for example outside of deserialization.
Remarks
The remainder is unknown because it is data that was originally written by a future version of this object's type.
See Also