gson-comments/gson/src/main/java/com/google/gson
2011-09-30 06:32:33 +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 Stream to a DOM 2011-09-30 06:32:33 +00:00
reflect Renamed $Preconditions to $Gson$Preconditions and $Types to $Gson$Types. 2011-04-06 00:26:57 +00:00
stream New streaming writer writes to DOMs 2011-09-30 06:26:46 +00:00
AnonymousAndLocalClassExclusionStrategy.java Provide a means to add serialization or deserialization specific exclusion strategies. 2011-02-04 03:09:41 +00:00
Cache.java Moved Cache, LruCache, Pair, Primitives and UnsafeAllocator to com.google.gson and made them package private. 2011-03-30 13:59:06 +00:00
CamelCaseSeparatorNamingPolicy.java Renamed $Preconditions to $Gson$Preconditions and $Types to $Gson$Types. 2011-04-06 00:26:57 +00:00
CircularReferenceException.java Deprecate the FieldNamingStrategy interface and replace it with FieldNamingStrategy2. This is the first step to help make it easy to cache field annotations across all instances of a class, etc. 2010-01-09 22:43:27 +00:00
CompositionFieldNamingPolicy.java Deprecate the FieldNamingStrategy interface and replace it with FieldNamingStrategy2. This is the first step to help make it easy to cache field annotations across all instances of a class, etc. 2010-01-09 22:43:27 +00:00
DefaultTypeAdapters.java Converted Date type adapter to the new style. This was the last remaining old style default type adapter. 2011-09-25 21:51:28 +00:00
DisjunctionExclusionStrategy.java Renamed $Preconditions to $Gson$Preconditions and $Types to $Gson$Types. 2011-04-06 00:26:57 +00:00
ExclusionStrategy.java More fixes to JavaDoc. 2011-04-12 22:03:15 +00:00
ExposeAnnotationDeserializationExclusionStrategy.java Incorporated feedback from r718 2011-04-04 22:23:51 +00:00
ExposeAnnotationSerializationExclusionStrategy.java Incorporated feedback from r718 2011-04-04 22:23:51 +00:00
FieldAttributes.java Down to 22 failing tests. 2011-09-11 07:04:56 +00:00
FieldNamingPolicy.java Add support to allow spaces in the JSON field name. 2010-05-26 17:40:19 +00:00
FieldNamingStrategy.java Made FieldNamingStrategy2 and its corresponding builder method package-private. 2011-04-07 17:41:35 +00:00
FieldNamingStrategy2.java Comments from r789 2011-04-07 18:00:12 +00:00
FieldNamingStrategy2Adapter.java suppressed deprecation warning. 2011-05-30 06:47:21 +00:00
Gson.java Convert RuntimeTypeAdapter to a TypeAdapterFactory; this avoids the need for serializeDefault() 2011-09-28 19:14:46 +00:00
GsonBuilder.java Convert RuntimeTypeAdapter to a TypeAdapterFactory; this avoids the need for serializeDefault() 2011-09-28 19:14:46 +00:00
GsonToMiniGsonTypeAdapterFactory.java Down to 22 failing tests. 2011-09-11 07:04:56 +00:00
InnerClassExclusionStrategy.java Incorporated feedback from r718 2011-04-04 22:23:51 +00:00
InstanceCreator.java Made author tags consistent across the public api. 2009-04-01 17:03:31 +00:00
JavaFieldNamingPolicy.java Made FieldNamingStrategy2 is package protected class. 2010-08-19 00:10:42 +00:00
JsonArray.java Use Streams instead of Escaper. 2011-07-12 23:50:00 +00:00
JsonDeserializationContext.java Death to serializeDefault and deserializeDefault 2011-09-28 18:00:34 +00:00
JsonDeserializer.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
JsonDeserializerExceptionWrapper.java marked package private classes final 2011-04-13 15:57:11 +00:00
JsonElement.java Down to 22 failing tests. 2011-09-11 07:04:56 +00:00
JsonElementVisitor.java Fixed issue 52 by switching Gson.toJson methods to use Appendable instead of java.io.Writer 2008-11-26 19:13:14 +00:00
JsonIOException.java added serial version id 2010-11-01 23:16:03 +00:00
JsonNull.java Use Streams instead of Escaper. 2011-07-12 23:50:00 +00:00
JsonObject.java Use Streams instead of Escaper. 2011-07-12 23:50:00 +00:00
JsonParseException.java Added an exception class to indicate IO Errors. 2010-10-18 23:54:09 +00:00
JsonParser.java Added methods to convert to JsonElement in TypeAdapter. 2011-08-03 02:40:18 +00:00
JsonPrimitive.java Use floating point comparison for all non-integral Number types (such as LazilyParsedNumber) 2011-09-09 08:01:51 +00:00
JsonSerializationContext.java Death to serializeDefault and deserializeDefault 2011-09-28 18:00:34 +00:00
JsonSerializer.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
JsonStreamParser.java Added methods to convert to JsonElement in TypeAdapter. 2011-08-03 02:40:18 +00:00
JsonSyntaxException.java Fix JavaDoc on JsonSyntaxException 2010-11-05 20:34:27 +00:00
LongSerializationPolicy.java Update GsonBuilder API to accept an enum for the serialize Long as string. This will be useful if/when we implement support to serialize a long type as an array of integers. 2009-01-11 06:11:29 +00:00
LowerCamelCaseSeparatorNamingPolicy.java Made FieldNamingStrategy2 is package protected class. 2010-08-19 00:10:42 +00:00
LowerCaseNamingPolicy.java Made FieldNamingStrategy2 is package protected class. 2010-08-19 00:10:42 +00:00
LruCache.java Moved Cache, LruCache, Pair, Primitives and UnsafeAllocator to com.google.gson and made them package private. 2011-03-30 13:59:06 +00:00
ModifierBasedExclusionStrategy.java Provide a means to add serialization or deserialization specific exclusion strategies. 2011-02-04 03:09:41 +00:00
ModifyFirstLetterNamingPolicy.java Minor formatting fixes. 2011-04-06 00:43:57 +00:00
package-info.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
RecursiveFieldNamingPolicy.java Update Precondition checks and have it throw a NPE instead. 2011-03-16 07:23:44 +00:00
SerializedNameAnnotationInterceptingNamingPolicy.java Lift restriction on naming when using the "@SerializedNamed" annotation. 2011-04-12 17:29:19 +00:00
SyntheticFieldExclusionStrategy.java Incorporated feedback from r718 2011-04-04 22:23:51 +00:00
UpperCamelCaseSeparatorNamingPolicy.java Made FieldNamingStrategy2 is package protected class. 2010-08-19 00:10:42 +00:00
UpperCaseNamingPolicy.java Made FieldNamingStrategy2 is package protected class. 2010-08-19 00:10:42 +00:00
VersionConstants.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
VersionExclusionStrategy.java Renamed $Preconditions to $Gson$Preconditions and $Types to $Gson$Types. 2011-04-06 00:26:57 +00:00