Click or drag to resize

IEvolvablePortableObject Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Extension of the IPortableObject interface that supports forwards- and backwards-compatibility of POF data streams.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IEvolvablePortableObject : IPortableObject, 
	IEvolvable

The IEvolvablePortableObject type exposes the following members.

Properties
  NameDescription
Public propertyDataVersion
Gets or sets the version associated with the data stream from which this object was deserialized.
(Inherited from IEvolvable.)
Public propertyFutureData
Gets or sets all the unknown remainder of the data stream from which this object was deserialized.
(Inherited from IEvolvable.)
Public propertyImplVersion
Determine the serialization version supported by the implementing type.
(Inherited from IEvolvable.)
Top
Methods
  NameDescription
Public methodReadExternal
Restore the contents of a user type instance by reading its state using the specified IPofReader object.
(Inherited from IPortableObject.)
Public methodWriteExternal
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.
(Inherited from IPortableObject.)
Top
See Also