-
Notifications
You must be signed in to change notification settings - Fork 826
Kryo v6 Ideas
Thomas Heigl edited this page Dec 17, 2022
·
3 revisions
Kryo 6 should be serialization compatible with Kryo 5.
We should move to JDK17 to be able to integrate records into FieldSerializer
.
We should move record serialization from RecordSerializer
into FieldSerializer
.
See https://github.com/EsotericSoftware/kryo/pull/931
We should enable all additional safe serializers.
See https://github.com/EsotericSoftware/kryo/pull/930
We should switch to a less aggressive version of generics optimization by default.
See https://github.com/EsotericSoftware/kryo/pull/879
Unsafe should be disabled by default and users should opt-in to use it.
- Delete
CuckooObjectMap