File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,9 @@ and types. Hazelcast uses the write method of the serializer to extract a
264
264
schema out of the object , hence any conditional code that may or may not run
265
265
depending on the object in that method might result in an undefined behavior.
266
266
267
+ Additionally, evolved serializers must have the same type name with the
268
+ initial version of the serializer.
269
+
267
270
Limitations
268
271
~~~~~~~~~~~
269
272
Original file line number Diff line number Diff line change @@ -2646,7 +2646,7 @@ def get_type_name(self) -> str:
2646
2646
:const`CompactSerializableClass`.
2647
2647
2648
2648
If the class is ever evolved by adding or removing fields,
2649
- the type name for the evolved serializers must be the same
2649
+ the type name for the evolved serializers must be the same
2650
2650
with the initial version.
2651
2651
2652
2652
Returns:
You can’t perform that action at this time.
0 commit comments