gson-comments/extras/src/main/java/com/google/gson/typeadapters
Niv Singer 74e37110e5 Avoid NPE in PostConstructAdapterFactory (#1103)
* Avoid NPE in PostConstructAdapterFactory

The RawType's Superclass might be null. This happens, for example, when the type is a collection.

* Add test case for NPE in PostConstructAdapterFactory

* Improve the code quality of PostConstructAdapterFactoryTest

* Improve the code quality of PostConstructAdapterFactoryTest

* Improve the code quality of PostConstructAdapterFactoryTest
2017-06-19 18:04:19 -07:00
..
PostConstructAdapterFactory.java Avoid NPE in PostConstructAdapterFactory (#1103) 2017-06-19 18:04:19 -07:00
RuntimeTypeAdapterFactory.java The method registerTypeAdapterFactory accepts a TypeAdapterFactory instance only. 2016-05-25 15:49:39 -03:00
UtcDateTypeAdapter.java Ensuring that UTC date adapter serializes nulls correctly 2014-12-05 22:12:54 +00:00