-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
integer values of array become a float values #559
Comments
Original comment by |
Original comment by |
Original comment by |
Original comment by |
Original comment by |
I have the same problem,does anyone fixed it ? |
// GSON 2.7
((new Gson()).fromJson("{\"test\":630}", Object.class))
// returns 630.0 maybe this is the same problem |
- number double or integer google#525 - integer values of array become a float values google#559
- number double or integer google#525 - integer values of array become a float values google#559
- number double or integer google#525 - integer values of array become a float values google#559
- number double or integer google#525 - integer values of array become a float values google#559
Addressed by #1290. |
Original issue reported on code.google.com by
troshkov...@gmail.com
on 12 Feb 2014 at 3:00The text was updated successfully, but these errors were encountered: