IEvolvablePortableObject Interface |
Namespace: Tangosol.IO.Pof
public interface IEvolvablePortableObject : IPortableObject, IEvolvable
The IEvolvablePortableObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataVersion |
Gets or sets the version associated with the data stream from
which this object was deserialized.
(Inherited from IEvolvable.) |
![]() | FutureData |
Gets or sets all the unknown remainder of the data stream from
which this object was deserialized.
(Inherited from IEvolvable.) |
![]() | ImplVersion |
Determine the serialization version supported by the implementing
type.
(Inherited from IEvolvable.) |
Name | Description | |
---|---|---|
![]() | ReadExternal |
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
(Inherited from IPortableObject.) |
![]() | WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
(Inherited from IPortableObject.) |