-
-
Couldn't load subscription status.
- Fork 841
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