-
Notifications
You must be signed in to change notification settings - Fork 115
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
Cannot deserialize type with generics #25
Comments
This issue has been corrected and a new json-io 2.7.4 has been released to correct it. It should be available from Maven Repos after 13:00 Eastern Standard Time (US). |
Hi, when I raised this issue, it was indeed about inner classes, but the issue still seems to remain for normal classes... Just make Cheers, |
What is inside ADouble? Can you send me that? On Mon, Dec 22, 2014 at 9:53 AM, seeingmachines-fovio <
|
Hi, I have updated the issue many times - you probably only saw my first edit? public class ADouble {
} public class UseADouble {
} Cheers,
|
How did you test this, did you get the source code for JsonReader.java and On Mon, Dec 22, 2014 at 10:06 AM, John DeRegnaucourt jdereg@gmail.com
|
Yes, I just cloned fresh from master and ran the test L.
|
Ludek, thank you for the additional testing. I see the issue now, and plan On Mon, Dec 22, 2014 at 10:19 AM, Ludek Dolejsky notifications@github.com
|
Ludek, I have created a 2.7.5 version of json-io which fixes the On Mon, Dec 22, 2014 at 10:21 AM, John DeRegnaucourt jdereg@gmail.com
|
Having the following code:
And the following test:
The serialization works just fine:
However trying to deserialize given JSON, I get an
ArrayIndexOutOfBoundsException
exception:The text was updated successfully, but these errors were encountered: