-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can EnumMapSerializer work with nested EnumMaps? #90
Comments
Mr14huashao
pushed a commit
to Mr14huashao/kryo-serializers
that referenced
this issue
Aug 28, 2020
Mr14huashao
pushed a commit
to Mr14huashao/kryo-serializers
that referenced
this issue
Aug 28, 2020
Mr14huashao
pushed a commit
to Mr14huashao/kryo-serializers
that referenced
this issue
Sep 22, 2020
PR can't pass CI, but test case :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a feature request, not a bug.
If I have a nested map like so EnumMap<K1, EnumMap<K2, V>>, how can the EnumMapSerializer be modified to work with it?
At present, it doesn't quite work since the value of the top-level map is (de)serialized as an object instead of as another EnumMap.
The text was updated successfully, but these errors were encountered: