gson-comments/gson/src/main/java/com/google/gson/internal/bind
2014-03-26 17:59:54 +00:00
..
ArrayTypeAdapter.java removed eclipse warnings, unused fields. Made inner classes static where possible. 2013-04-12 20:09:08 +00:00
CollectionTypeAdapterFactory.java removed eclipse warnings, unused fields. Made inner classes static where possible. 2013-04-12 20:09:08 +00:00
DateTypeAdapter.java Rename TypeAdapter.Factory to TypeAdapterFactory. 2011-12-23 18:27:13 +00:00
JsonAdapterAnnotationTypeAdapterFactory.java renamed @Adapt to @JsonAdapter 2014-03-26 17:59:54 +00:00
JsonTreeReader.java renamed JsonElementReader to JsonTreeReader 2011-12-03 02:37:27 +00:00
JsonTreeWriter.java Implement all but the most difficult part of graph type adapter's deserialization. The catch is we want to return an instance that we don't have yet. It's on the stack, but we don't have a handle to it because it's inside the 'nextTypeAdapter' who is busy populating its fields. 2011-12-30 08:27:24 +00:00
MapTypeAdapterFactory.java removed eclipse warnings, unused fields. Made inner classes static where possible. 2013-04-12 20:09:08 +00:00
ObjectTypeAdapter.java Create a LinkedTreeMap based on the LinkedHashTreeMap; however, removed all the hashing from it as resorted to a single tree. The insertion order is still preserved. 2013-05-03 16:11:16 +00:00
ReflectiveTypeAdapterFactory.java renamed @Adapt to @JsonAdapter 2014-03-26 17:59:54 +00:00
SqlDateTypeAdapter.java Rename TypeAdapter.Factory to TypeAdapterFactory. 2011-12-23 18:27:13 +00:00
TimeTypeAdapter.java Rename TypeAdapter.Factory to TypeAdapterFactory. 2011-12-23 18:27:13 +00:00
TypeAdapterRuntimeTypeWrapper.java Nice documentation for TypeAdapter. 2011-12-03 19:46:25 +00:00
TypeAdapters.java Permit serialization of "Class" fields, but only if they're null. 2013-02-04 15:52:51 +00:00