gson-comments/gson/src/main/java/com/google/gson/internal/bind
inder123 a6890bbaba
Fixed https://github.com/google/gson/issues/1310 (#1311)
* Fixed https://github.com/google/gson/issues/1310

Also renamed VersionUtils to more readable abstraction JavaVersion
Added support for debian naming convention
Using min supported version (6) as the default if JDK version can't be figured out

* Moved JavaVersion to an internal package
2018-05-09 13:10:08 -07:00
..
util Fix a small typo (#1183) 2017-10-31 11:43:24 -07:00
ArrayTypeAdapter.java Eliminating code overhead 2017-03-01 11:13:56 -05:00
CollectionTypeAdapterFactory.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
DateTypeAdapter.java Fixed https://github.com/google/gson/issues/1310 (#1311) 2018-05-09 13:10:08 -07:00
JsonAdapterAnnotationTypeAdapterFactory.java Printing more debugging information to help track an invalid JsonAdapter. (#1068) 2017-04-19 17:08:21 -07:00
JsonTreeReader.java Fix ArrayIndexOutOfBoundsException when skipping a value with JsonTreeReader #1013 (#1014) 2017-02-15 18:41:39 -08:00
JsonTreeWriter.java Add boxed boolean value() overload. 2016-04-22 19:52:38 -04:00
MapTypeAdapterFactory.java elimiating code overhead 2017-03-15 22:41:42 +05:30
ObjectTypeAdapter.java Remove synthetic accessors from being generated. 2015-12-27 01:39:19 -05:00
ReflectiveTypeAdapterFactory.java Java 9 support: use Unsafe-based reflection in Java 9+ (#1218) 2018-01-04 00:38:50 +05:30
SqlDateTypeAdapter.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
TimeTypeAdapter.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
TreeTypeAdapter.java Remove need for synthetic accessor methods. 2017-04-22 17:32:59 -07:00
TypeAdapterRuntimeTypeWrapper.java Don't use a runtime wrapper if a JsonAdapter annotation is present on a field. 2016-05-17 13:30:59 -07:00
TypeAdapters.java Optimised the create() call for Excluder TypeAdapterFactory (#1199) 2017-12-28 06:03:45 +05:30