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

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
Binary FutureData { get; set; }

Field Value

Future data in binary form.

Remarks

The remainder is unknown because it is data that was originally written by a future version of this object's type.

Exceptions

ExceptionCondition
System..::.InvalidOperationException If the object is not in a state in which the version can be set, for example outside of deserialization.

See Also