Click or drag to resize

IEvolvableFutureData Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntax
C#
Binary FutureData { get; set; }

Property Value

Type: Binary
Future data in binary form.
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