-
-
Notifications
You must be signed in to change notification settings - Fork 143
Missing support of parsing immutable.IntMap
and mutable.LongMap
#593
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
Comments
Thanks for reporting this. I've added tests for serialization - IntMap/LongMap were not tested anywhere in the test suite. Adding a fix for deserialization might be tricky - based on how the code currently works. When I recently added BitSet deserialization support, the solution was quite hacky. |
I don't have much context or anything, but I think Scala module already creates |
I have got basic support merged to 2.14 branch now. There are shortcomings for types like |
I tried with the latest snapshot version and got following errors:
|
Thanks for checking @plokhotnyuk Could you try |
@plokhotnyuk I think I've fixed the issue with ClassTagExtensions - the |
@pjfanning Thanks a lot! Both approaches works for me in the latest snapshot. @cowtowncoder Could you please cut a milestone version for |
@plokhotnyuk I am hoping to close issues to be able to do that but cannot really promise a concrete day. I suspect 2.14.0-rc1 will get out sometime early September. |
In case of parsing jackson-module-scala throws
java.lang.IllegalArgumentException: Need exactly 2 type parameters for map like types
while serialization works as expected.The text was updated successfully, but these errors were encountered: