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.8.2
Syntax
The IVersionedPortable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetClassId | Returns class identifier for this portable class.  (Inherited from IPortable.) | |
| GetClassVersion | Returns version for this Portable class  | |
| GetFactoryId | Returns PortableFactory id for this portable class  (Inherited from IPortable.) | |
| ReadPortable | Read portable fields using PortableReader  (Inherited from IPortable.) | |
| WritePortable | Serialize this portable object using PortableWriter  (Inherited from IPortable.) | 
See Also