gson-comments/gson/src
Anirudh Ramanan 3bf1967c0a Optimised the create() call for Excluder TypeAdapterFactory (#1199)
* optimized the create() method, excludeClass used to get called two times, changed it to one

* fixed the create() method, and added support to disableAnonymousAndLocalClassSerialization

* peek only once

* enable anonymous and local class serialization

* bugfix

* removed the method, will raise it as a separate PR
2017-12-28 06:03:45 +05:30
..
main/java Optimised the create() call for Excluder TypeAdapterFactory (#1199) 2017-12-28 06:03:45 +05:30
test/java/com/google/gson fix issue #1107: resolve element type in wildcard collection types (#1146) 2017-09-21 17:50:41 -07:00