gson-comments/gson/src/main/java/com/google/gson
Éamonn McManus 2ce6a6106c [maven-release-plugin] prepare release gson-parent-2.10.1 2023-01-06 07:42:31 -08:00
..
annotations Clarify in documentation that Gson might cache strategy results (#2215) 2022-10-04 09:01:55 -07:00
internal Code cleanup (#2282) 2022-12-13 08:50:25 -08:00
reflect Add Gson.fromJson(..., TypeToken) overloads (#1700) 2022-09-19 06:47:11 -07:00
stream Add troubleshooting guide (#2285) 2022-12-15 08:27:16 -08:00
ExclusionStrategy.java Improve documentation (#2193) 2022-09-09 07:32:55 -07:00
FieldAttributes.java Replace `$Gson$Preconditions.checkNotNull` with `Objects.requireNonNull` (#2180) 2022-08-22 07:22:32 -07:00
FieldNamingPolicy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
FieldNamingStrategy.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
Gson.java Code cleanup (#2282) 2022-12-13 08:50:25 -08:00
GsonBuilder.java Clarify in documentation that Gson might cache strategy results (#2215) 2022-10-04 09:01:55 -07:00
InstanceCreator.java Made author tags consistent across the public api. 2009-04-01 17:03:31 +00:00
JsonArray.java [maven-release-plugin] prepare release gson-parent-2.10 2022-10-24 17:33:34 -07:00
JsonDeserializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonDeserializer.java Fix the javadoc of JsonDeserializer.deserialize() (#2243) 2022-12-05 12:59:14 -08:00
JsonElement.java Make JsonElement conversion methods more consistent and fix javadoc (#2178) 2022-08-21 13:29:40 -07: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 Remove already covered condition in JsonNull.equals() (#2271) 2022-12-06 10:43:08 -08:00
JsonObject.java [maven-release-plugin] prepare release gson-parent-2.10.1 2023-01-06 07:42:31 -08:00
JsonParseException.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
JsonParser.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
JsonPrimitive.java Unnecessary unboxing at JsonPrimitive.getAsBoolean() (#2277) 2022-12-13 09:33:57 -08:00
JsonSerializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonSerializer.java Fix non-threadsafe creation of adapter for type with cyclic dependency (#1832) 2022-12-05 09:10:36 -08:00
JsonStreamParser.java Remove EOFException special casing of JsonStreamParser.next() (#2281) 2022-12-14 08:33:33 -08:00
JsonSyntaxException.java Fix JavaDoc on JsonSyntaxException 2010-11-05 20:34:27 +00:00
LongSerializationPolicy.java Fix LongSerializationPolicy null handling being inconsistent with Gson (#1990) 2021-10-11 12:34:32 -07:00
ReflectionAccessFilter.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
ToNumberPolicy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
ToNumberStrategy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
TypeAdapter.java Fix non-threadsafe creation of adapter for type with cyclic dependency (#1832) 2022-12-05 09:10:36 -08:00
TypeAdapterFactory.java Fix incorrect HTML headings in Javadoc (#2200) 2022-09-24 17:02:11 -07:00
package-info.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00