From cb6de44b565a6a274e30fae71a5730d7be148973 Mon Sep 17 00:00:00 2001 From: Inderjeet Singh Date: Fri, 20 Aug 2010 01:12:27 +0000 Subject: [PATCH] Javadocs for Gson 1.5 --- gson/docs/javadocs/allclasses-frame.html | 5 +- gson/docs/javadocs/allclasses-noframe.html | 5 +- .../com/google/gson/ExclusionStrategy.html | 17 +- .../com/google/gson/FieldAttributes.html | 65 +++++--- .../com/google/gson/FieldNamingPolicy.html | 80 +++++++--- .../com/google/gson/FieldNamingStrategy.html | 19 ++- gson/docs/javadocs/com/google/gson/Gson.html | 149 +++++++++--------- .../javadocs/com/google/gson/GsonBuilder.html | 53 ++++--- .../com/google/gson/InstanceCreator.html | 19 ++- .../javadocs/com/google/gson/JsonArray.html | 111 ++++++------- .../gson/JsonDeserializationContext.html | 17 +- .../com/google/gson/JsonDeserializer.html | 17 +- .../javadocs/com/google/gson/JsonElement.html | 129 +++++++-------- .../javadocs/com/google/gson/JsonNull.html | 27 ++-- .../javadocs/com/google/gson/JsonObject.html | 83 +++++----- .../com/google/gson/JsonParseException.html | 53 ++++--- .../javadocs/com/google/gson/JsonParser.html | 29 ++-- .../com/google/gson/JsonPrimitive.html | 95 +++++------ .../google/gson/JsonSerializationContext.html | 25 +-- .../com/google/gson/JsonSerializer.html | 17 +- .../com/google/gson/JsonStreamParser.html | 41 ++--- .../google/gson/LongSerializationPolicy.html | 54 ++++--- .../com/google/gson/annotations/Expose.html | 17 +- .../gson/annotations/SerializedName.html | 21 +-- .../com/google/gson/annotations/Since.html | 17 +- .../com/google/gson/annotations/Until.html | 17 +- .../gson/annotations/class-use/Expose.html | 12 +- .../annotations/class-use/SerializedName.html | 12 +- .../gson/annotations/class-use/Since.html | 12 +- .../gson/annotations/class-use/Until.html | 12 +- .../gson/annotations/package-frame.html | 6 +- .../gson/annotations/package-summary.html | 13 +- .../google/gson/annotations/package-tree.html | 20 ++- .../google/gson/annotations/package-use.html | 12 +- .../gson/class-use/ExclusionStrategy.html | 12 +- .../gson/class-use/FieldAttributes.html | 12 +- .../gson/class-use/FieldNamingPolicy.html | 16 +- .../gson/class-use/FieldNamingStrategy.html | 12 +- .../com/google/gson/class-use/Gson.html | 12 +- .../google/gson/class-use/GsonBuilder.html | 18 ++- .../gson/class-use/InstanceCreator.html | 12 +- .../com/google/gson/class-use/JsonArray.html | 14 +- .../class-use/JsonDeserializationContext.html | 14 +- .../gson/class-use/JsonDeserializer.html | 12 +- .../google/gson/class-use/JsonElement.html | 54 ++++--- .../com/google/gson/class-use/JsonNull.html | 12 +- .../com/google/gson/class-use/JsonObject.html | 14 +- .../gson/class-use/JsonParseException.html | 40 ++--- .../com/google/gson/class-use/JsonParser.html | 12 +- .../google/gson/class-use/JsonPrimitive.html | 14 +- .../class-use/JsonSerializationContext.html | 14 +- .../google/gson/class-use/JsonSerializer.html | 12 +- .../gson/class-use/JsonStreamParser.html | 12 +- .../class-use/LongSerializationPolicy.html | 16 +- .../com/google/gson/package-frame.html | 6 +- .../com/google/gson/package-summary.html | 13 +- .../com/google/gson/package-tree.html | 30 ++-- .../javadocs/com/google/gson/package-use.html | 12 +- .../com/google/gson/reflect/TypeToken.html | 59 +++---- .../gson/reflect/class-use/TypeToken.html | 16 +- .../google/gson/reflect/package-frame.html | 6 +- .../google/gson/reflect/package-summary.html | 13 +- .../com/google/gson/reflect/package-tree.html | 14 +- .../com/google/gson/reflect/package-use.html | 12 +- gson/docs/javadocs/constant-values.html | 12 +- gson/docs/javadocs/deprecated-list.html | 12 +- gson/docs/javadocs/help-doc.html | 12 +- gson/docs/javadocs/index-all.html | 41 +++-- gson/docs/javadocs/index.html | 4 +- gson/docs/javadocs/overview-frame.html | 6 +- gson/docs/javadocs/overview-summary.html | 15 +- gson/docs/javadocs/overview-tree.html | 38 +++-- gson/docs/javadocs/serialized-form.html | 14 +- gson/docs/javadocs/stylesheet.css | 26 +-- 74 files changed, 1136 insertions(+), 840 deletions(-) diff --git a/gson/docs/javadocs/allclasses-frame.html b/gson/docs/javadocs/allclasses-frame.html index 747c85fe..ca39bef7 100644 --- a/gson/docs/javadocs/allclasses-frame.html +++ b/gson/docs/javadocs/allclasses-frame.html @@ -2,12 +2,13 @@ - + -All Classes (Gson 1.4 API) +All Classes (Gson 1.5 API) + diff --git a/gson/docs/javadocs/allclasses-noframe.html b/gson/docs/javadocs/allclasses-noframe.html index 933cb97d..7d55e9f9 100644 --- a/gson/docs/javadocs/allclasses-noframe.html +++ b/gson/docs/javadocs/allclasses-noframe.html @@ -2,12 +2,13 @@ - + -All Classes (Gson 1.4 API) +All Classes (Gson 1.5 API) + diff --git a/gson/docs/javadocs/com/google/gson/ExclusionStrategy.html b/gson/docs/javadocs/com/google/gson/ExclusionStrategy.html index 494eb42d..5b4d5af8 100644 --- a/gson/docs/javadocs/com/google/gson/ExclusionStrategy.html +++ b/gson/docs/javadocs/com/google/gson/ExclusionStrategy.html @@ -2,20 +2,22 @@ - + -ExclusionStrategy (Gson 1.4 API) +ExclusionStrategy (Gson 1.5 API) - +