gson-comments/gson/src/main/java/com/google/gson
2014-11-16 20:45:01 +00:00
..
annotations Javadoc for TypeAdapterFactory in @JsonAdapter. 2014-08-05 15:00:15 +00:00
internal removed eclipse warnings. updated maven plugins to the latest versions 2014-11-16 20:45:01 +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 Fix bugs in getPath() with arrays of objects and arrays of arrays 2014-11-11 01:59:48 +00:00
DefaultDateTypeAdapter.java Remove two implementation classes that weren't generally useful: 2011-11-21 06:23:42 +00:00
ExclusionStrategy.java Fix inverted docs in ExclusionStrategy. 2014-06-04 04:30:19 +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 adjusted factory finding code to take into account non-present factories 2014-11-10 23:15:31 +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 incorporated code review feedback. Added a test to ensure JsonAdapter validation doesn't carry side-effects to other fields 2014-08-01 02:16:42 +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 Correct JsonElement javadoc exception references. 2014-08-09 06:14:12 +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 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
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 Correct TypeAdapterFactory reference in its Javadoc. 2014-08-09 05:35:33 +00:00