Package com.hazelcast.nio.serialization
Interface VersionedPortable
-
- All Superinterfaces:
Portable
public interface VersionedPortable extends Portable
An extension toPortable
to support per-object version instead of a global serialization version.- See Also:
Portable
,PortableFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getClassVersion()
Returns version for this Portable class-
Methods inherited from interface com.hazelcast.nio.serialization.Portable
getClassId, getFactoryId, readPortable, writePortable
-
-