There was an error while loading. Please reload this page.
Kryo 6 should be serialization compatible with Kryo 5.
We should move to JDK17 to be able to integrate records into FieldSerializer.
FieldSerializer
We should move record serialization from RecordSerializer into FieldSerializer.
RecordSerializer
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.
See https://github.com/EsotericSoftware/kryo/issues/1246
See https://github.com/EsotericSoftware/kryo/pull/1154
CuckooObjectMap