gson-comments/gson/src/main/java/com/google/gson
inder123 8383f5c7fa Merge pull request #769 from paniko0/master
timezones without minutes should be valid according RFC3339
2016-02-02 20:23:52 -08:00
..
annotations Fix javadoc of SerializedName 2015-10-04 19:56:02 +03:00
internal Merge pull request #769 from paniko0/master 2016-02-02 20:23:52 -08: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 Update reader and writer for RFC 7159. 2016-01-18 15:07:33 -05:00
DefaultDateTypeAdapter.java Added ISO8601 complete support for date deserialization 2015-11-23 01:11:41 -05: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 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 setting for leniency on Gson instance. 2016-01-18 12:08:11 -05:00
GsonBuilder.java Add setting for leniency on Gson instance. 2016-01-18 12:08:11 -05: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 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 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
TreeTypeAdapter.java Remove synthetic accessors from being generated. 2015-12-27 01:39:19 -05: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