public interface VersionAware
It may be any version (cluster version, node version, custom version, etc.), that is up to the implementer.
Modifier and Type | Method and Description |
---|---|
Version |
getVersion() |
void |
setVersion(Version version)
If the serializer supports versioning it may set the version to use for
the serialization on this object.
|
Version getVersion()
Version.UNKNOWN
if version is unknown to the objectvoid setVersion(Version version)
version
- version to setCopyright © 2023 Hazelcast, Inc.. All rights reserved.