-
Notifications
You must be signed in to change notification settings - Fork 525
Fail to deserialize List of Objects with Enum with default value #238
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
I think I'm having the same problem. The issue occurs if there are no setters, if there are setters, it seems to work, but the following code throws an exception:
This is the exception:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JsonIter 0.9.23
JDK 1.8.0_181
When deserializing a list of objects (size > 1) with an enum attribute with default value it fails with "Can not set br.com.test.DummyType field br.com.test.Dummy.type to br.com.test.DummyType".
At second test...
The text was updated successfully, but these errors were encountered: