gson-comments/gson/src/main/java/com/google/gson
Inderjeet Singh c25278b4d6 Created an alpha package that holds experimental feature.
Added support for JsonPostDeserializer that allows you to invoke postDeserialize methods on an Gson deserialized object.
2012-10-11 03:20:36 +00:00
..
annotations Revised equals and hashcode of ObjectTypePair to ensure reference equality of object instead of value equality. Improved JavaDocs for various 1.4 API methods. 2009-10-05 18:17:52 +00:00
internal Created an alpha package that holds experimental feature. 2012-10-11 03:20:36 +00:00
reflect Remove dead code and fold contents of single-member helper classes into their clients. 2011-11-20 21:02:26 +00:00
stream Reintroduce string pooling in JsonReader. 2012-09-10 16:13:33 +00:00
DefaultDateTypeAdapter.java Remove two implementation classes that weren't generally useful: 2011-11-21 06:23:42 +00:00
ExclusionStrategy.java More fixes to JavaDoc. 2011-04-12 22:03:15 +00:00
FieldAttributes.java Remove an unused method. 2011-11-23 13:39:33 +00:00
FieldNamingPolicy.java Tighten up some of the fields naming policy code. The main thrust of this change is replacing classes like UpperCaseNamingPolicy with the corresponding method calls. Classes like CompositeFieldNamingPolicy are replaced by sequences of method calls. This also replaces unit tests with functional tests. 2011-11-21 05:08:23 +00:00
FieldNamingStrategy.java Made FieldNamingStrategy2 and its corresponding builder method package-private. 2011-04-07 17:41:35 +00:00
Gson.java Created an alpha package that holds experimental feature. 2012-10-11 03:20:36 +00:00
GsonBuilder.java Permit users to define type adapters for primitive types and strings. 2012-06-30 02:37:49 +00:00
InstanceCreator.java Made author tags consistent across the public api. 2009-04-01 17:03:31 +00:00
JsonArray.java Follow up on r1197 and make deepCopy package-private. We don't want to use protected because some of the classes are non-final and protected shows up in the Javadocs. 2012-09-03 23:30:27 +00:00
JsonDeserializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonDeserializer.java Nice documentation for TypeAdapter. 2011-12-03 19:46:25 +00:00
JsonElement.java Follow up on r1197 and make deepCopy package-private. We don't want to use protected because some of the classes are non-final and protected shows up in the Javadocs. 2012-09-03 23:30:27 +00:00
JsonIOException.java Remove dead code and fold contents of single-member helper classes into their clients. 2011-11-20 21:02:26 +00:00
JsonNull.java Follow up on r1197 and make deepCopy package-private. We don't want to use protected because some of the classes are non-final and protected shows up in the Javadocs. 2012-09-03 23:30:27 +00:00
JsonObject.java Adding Red-Black Tree implementation and tying it into the Gson bindings. 2012-10-11 03:15:49 +00:00
JsonParseException.java Added an exception class to indicate IO Errors. 2010-10-18 23:54:09 +00:00
JsonParser.java Fixed issue 443 by relying on Streams.parse() to return a JsonNull on empty documents and throw a JsonParseException otherwise. 2012-06-30 18:48:11 +00:00
JsonPrimitive.java Follow up on r1197 and make deepCopy package-private. We don't want to use protected because some of the classes are non-final and protected shows up in the Javadocs. 2012-09-03 23:30:27 +00:00
JsonSerializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonSerializer.java Nice documentation for TypeAdapter. 2011-12-03 19:46:25 +00:00
JsonStreamParser.java Remove dead code and fold contents of single-member helper classes into their clients. 2011-11-20 21:02:26 +00:00
JsonSyntaxException.java Fix JavaDoc on JsonSyntaxException 2010-11-05 20:34:27 +00:00
LongSerializationPolicy.java Simplify inner strategy in LongSerializationPolicy. 2011-11-20 20:16:46 +00:00
package-info.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
TreeTypeAdapter.java Renamed Gson.getNextAdapter to getDelegateAdapter. 2012-04-12 18:49:27 +00:00
TypeAdapter.java Be strict in TypeAdapter's toJson/fromJson methods 2012-01-01 12:36:42 +00:00
TypeAdapterFactory.java Rename TypeAdapter.Factory to TypeAdapterFactory. 2011-12-23 18:27:13 +00:00