-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Replace Gson by Jackson #755
Comments
abourdon
referenced
this issue
Jan 17, 2017
To read information about execution pools References #914
Another argument, Gson cannot handle anonymous classes: http://stackoverflow.com/questions/39538677/why-does-gson-tojson-always-return-null |
Library is approved, we just have to have additional time to do it ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Gson library is used to map objects to JSON representation. But this library lacks a key feature: let user to use getter/setter to get attribute value. Actually, only fields are used during mapping.
An issue has been opened from the Gson Github: google/gson#232
I propose to use an other library, the powerful Jackson library, where this feature is already developed. As the Gson one, the Jackson library is already integrated to the Spring framework for latter refactoring if any.
Let me know
The text was updated successfully, but these errors were encountered: