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
Hi,
I am registering the [ImmutableMapSerializer](https://github.com/magro/kryo-serializers/blob/master/src/main/java/de/javakaffee/kryoserializers/guava/ImmutableMapSerializer.java) but get the following exception:
com.esotericsoftware.kryo.KryoException: Class cannot be created (missing no-arg constructor): com.google.common.collect.RegularImmutableBiMap
Is there a variation of ImmutableMap that we need to add to ImmutableMapSerializer.java?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I am registering the
[ImmutableMapSerializer](https://github.com/magro/kryo-serializers/blob/master/src/main/java/de/javakaffee/kryoserializers/guava/ImmutableMapSerializer.java)
but get the following exception:com.esotericsoftware.kryo.KryoException: Class cannot be created (missing no-arg constructor): com.google.common.collect.RegularImmutableBiMap
Is there a variation of ImmutableMap that we need to add to ImmutableMapSerializer.java?
Thank you!
The text was updated successfully, but these errors were encountered: