Skip to content

Commit

Permalink
CORE-8338 Disabled generics optimization due to EsotericSoftware/kryo…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrkic-r3 committed Mar 16, 2023
1 parent 874eec0 commit 9475e7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class DefaultKryoCustomizer {

isRegistrationRequired = false
references = true
// Needed because of https://github.com/EsotericSoftware/kryo/issues/864
setOptimizedGenerics(false)

val defaultFactory = SerializerFactory.FieldSerializerFactory()
// Take the safest route here and allow subclasses to have fields named the same as super classes.
Expand Down

0 comments on commit 9475e7f

Please sign in to comment.