-
Notifications
You must be signed in to change notification settings - Fork 826
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 to use TreeMapSerializer ? #767
Comments
@Mr14huashao: What happens? An error message? Is the comparator null after deserialization? I'm guessing the problem is with |
You have to register the comparator as well. This test passes:
|
Thanks for your help! @theigl. Your code is available. |
Kryo doesn't serialize the TreeMapSerializer comparator.
How to reproduce:
Did I use it wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: