gson-comments/gson/src/main/java/com/google/gson
2016-12-21 00:10:42 +09:00
..
annotations Update JsonAdapter documentation (#976) 2016-12-11 22:37:55 -08:00
internal Allow deserialization of a Number represented as a String (#964) 2016-11-25 23:40:14 -08:00
reflect Add static factories for array and parameterized type tokens. 2016-08-12 12:11:57 -04:00
stream Merge pull request #870 from google/jw/reader-location 2016-06-09 15:26:10 -07:00
DefaultDateTypeAdapter.java Don't use a runtime wrapper if a JsonAdapter annotation is present on a field. 2016-05-17 13:30:59 -07:00
ExclusionStrategy.java Fix inverted docs in ExclusionStrategy. 2014-06-04 04:30:19 +00:00
FieldAttributes.java Fix some typos in gson comments. 2016-02-15 14:11:23 -08:00
FieldNamingPolicy.java Remove synthetic accessors from being generated. 2015-12-27 01:39:19 -05:00
FieldNamingStrategy.java Made FieldNamingStrategy2 and its corresponding builder method package-private. 2011-04-07 17:41:35 +00:00
Gson.java Add missing comma in toString() 2016-12-21 00:10:42 +09:00
GsonBuilder.java moved the JsonSerializationContext/JsonDeserializationContext fields to where they are used. 2016-03-28 14:46:02 -07:00
InstanceCreator.java Made author tags consistent across the public api. 2009-04-01 17:03:31 +00:00
JsonArray.java fix typo in JsonArray docs 2016-01-12 11:02:42 -02: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 Add keySet method and test (#942) 2016-12-13 22:15:49 -08: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 updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
package-info.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
TypeAdapter.java There is no I/O writing to a StringWriter. 2015-06-17 22:01:17 -04:00
TypeAdapterFactory.java Correct TypeAdapterFactory reference in its Javadoc. 2014-08-09 05:35:33 +00:00