Package com.hazelcast.nio.serialization
Interface VersionedPortable
- All Superinterfaces:
- Portable
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization
 will be removed as of version 7.0.
An extension to 
Portable to support per-object version instead of a
 global serialization version.- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.Returns version for this Portable classMethods inherited from interface com.hazelcast.nio.serialization.PortablegetClassId, getFactoryId, readPortable, writePortable
- 
Method Details- 
getClassVersionint getClassVersion()Deprecated, for removal: This API element is subject to removal in a future version.Returns version for this Portable class- Returns:
- class version
 
 
-