Commit 6de68cb
authored
Do not allow using duplicate field names in ClassDefinitionBuilder (#387)
* Do not allow using duplicate field names in ClassDefinitionBuilder
With this change, `add_xxx_field` methods of the ClassDefinitionBuilder
checks the class name first, and if it already registered, raises
HazelcastSerializationError.
Also, missing docstrings for the `add_xxx_field` methods are added.
* improve documentation1 parent d63e83d commit 6de68cb
File tree
2 files changed
+349
-5
lines changed- hazelcast/serialization/portable
- tests/unit/serialization
2 files changed
+349
-5
lines changed
0 commit comments