Skip to content
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

Binding should optionally fail on an unrecognized property name #262

Closed
GoogleCodeExporter opened this issue Mar 19, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create simple Bean.
2. Generate Json from exited Bean.
3. Modify in the generated Json field name
4. Build (fromJson) Bean from modified Json.

What is the expected output? What do you see instead?
Should be JsonParseException instead of full ignore.

What version of the product are you using? On what operating system?
Gson 1.5

Please provide any additional information below.
Look at attached example.

Original issue reported on code.google.com by [email protected] on 8 Nov 2010 at 4:23

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant