-
Notifications
You must be signed in to change notification settings - Fork 117
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
Double array serialization of LocalDate
stored as an object with wrapper object typing enabled
#46
Comments
Yes, that seems wrong. |
LocalDate
stored as an object with wrapper object typing enabled
Unfortunately I can not reproduce this against |
I made a test project for it https://github.com/unintended/localdatetest
The strange thing is that in console log it's logged as double and triple brackets:
In IDEA still:
|
2.8.10 works well btw |
Hmmh. Well that is odd. Will try to see if I can reproduce it locally then. |
It’s just a copy-paste from my main project, so I forgot to remove parameter module from dependencies, but during experiments I tried to remove it, and it didn’t make any difference. |
Oh lol. My test failed to fail because it wasn't being run. Once that is resolved it fails as expected. |
version: 2.9.2
For some reason localdate is serialized as double array
The text was updated successfully, but these errors were encountered: