IVersionedPortable InterfaceHazelcast .Net Client Class Library
VersionedPortable is an extension to IPortable to support per class version instead of a global serialization version.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

public interface IVersionedPortable : IPortable

The IVersionedPortable type exposes the following members.

Methods

  NameDescription
Public methodGetClassId
Returns class identifier for this portable class.
(Inherited from IPortable.)
Public methodGetClassVersion
Returns version for this Portable class
Public methodGetFactoryId
Returns PortableFactory id for this portable class
(Inherited from IPortable.)
Public methodReadPortable
Read portable fields using PortableReader
(Inherited from IPortable.)
Public methodWritePortable
Serialize this portable object using PortableWriter
(Inherited from IPortable.)
Top
See Also

Reference