Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions docs/modules/serialization/pages/compact-serialization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ Java classes and records, and .NET classes which are cached and reused later, wi

The underlying format of the Compact serialized objects is platform and language independent.

NOTE: Compact serialization is promoted to the stable status in the 5.2 Hazelcast release.
The older versions released under the BETA status are not compatible with the stable 5.2 version. +
For future versions, the backward compatibility will be maintained, just like any other
Hazelcast feature.

== Configuration

The configuration can be used to register either
Expand Down Expand Up @@ -1625,27 +1620,10 @@ xref:sql:mapping-to-maps.adoc#compact-objects[Compact Object mappings] section t

Hazelcast supports WAN replication of the Compact serialized objects between different clusters.

However, since the Compact serialization is promoted to the stable status in 5.2, and it is not
compatible with the previous BETA versions, one has to make sure that the whole WAN cluster
topology members, including all senders and receivers, are at least as new as 5.2, before starting to
replicate data structures containing Compact serialized objects.

Since the Compact serialization has promoted to the stable status, it will be possible to
replicate Compact serialized objects between different WAN clusters in the future releases.

== Persistence Support

Hazelcast supports persisting Compact serialized objects and reading the persisted data on startup.

However, since the Compact serialization is promoted to the stable status in 5.2, and it is not
compatible with the previous BETA versions, it is not possible to recover the Hazelcast members
with the persisted data of Compact serialized objects of the previous Hazelcast versions, where
this feature was in BETA.

Since it has promoted to the stable status, it will be possible in the future releases to
persist and recover Compact-serialized objects of different Hazelcast versions, at least as
new as 5.2.

== Serialization Priority

Compact serialization has the highest xref:serialization:serialization.adoc#steps[priority] of
Expand Down