You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i'm using the SubListSerializers.ArrayListSubListSerializer() with JDK 11 i have to upgrade to version 0.45 and but then it breaks on KryoReflectionFactorySupport.getDefaultSerializer method because it uses
((FieldSerializer<?>) result).getFieldSerializerConfig() which doesn't exists anymore.
Also kryo 5* doesn't support JDK11 when you have generics - EsotericSoftware/kryo#654
So i'm pretty stuck - any way to solve this and still using JDK11?
The text was updated successfully, but these errors were encountered:
If i'm using the SubListSerializers.ArrayListSubListSerializer() with JDK 11 i have to upgrade to version 0.45 and but then it breaks on KryoReflectionFactorySupport.getDefaultSerializer method because it uses
((FieldSerializer<?>) result).getFieldSerializerConfig() which doesn't exists anymore.
Also kryo 5* doesn't support JDK11 when you have generics - EsotericSoftware/kryo#654
So i'm pretty stuck - any way to solve this and still using JDK11?
The text was updated successfully, but these errors were encountered: