Updating JavaDocs

This commit is contained in:
Joel Leitch 2009-10-09 23:49:13 +00:00
parent 102f8b3a71
commit be2631e835
82 changed files with 964 additions and 403 deletions

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
All Classes (Gson 1.3 API)
All Classes (Gson 1.4 API)
</TITLE>
@ -21,7 +21,11 @@ All Classes (Gson 1.3 API)
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations" target="classFrame">Expose</A>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson" target="classFrame"><I>ExclusionStrategy</I></A>
<BR>
<A HREF="com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations" target="classFrame">Expose</A>
<BR>
<A HREF="com/google/gson/FieldAttributes.html" title="class in com.google.gson" target="classFrame">FieldAttributes</A>
<BR>
<A HREF="com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson" target="classFrame">FieldNamingPolicy</A>
<BR>
@ -55,6 +59,8 @@ All Classes (Gson 1.3 API)
<BR>
<A HREF="com/google/gson/JsonSerializer.html" title="interface in com.google.gson" target="classFrame"><I>JsonSerializer</I></A>
<BR>
<A HREF="com/google/gson/JsonStreamParser.html" title="class in com.google.gson" target="classFrame">JsonStreamParser</A>
<BR>
<A HREF="com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson" target="classFrame">LongSerializationPolicy</A>
<BR>
<A HREF="com/google/gson/annotations/SerializedName.html" title="annotation in com.google.gson.annotations" target="classFrame">SerializedName</A>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
All Classes (Gson 1.3 API)
All Classes (Gson 1.4 API)
</TITLE>
@ -21,7 +21,11 @@ All Classes (Gson 1.3 API)
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations">Expose</A>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson"><I>ExclusionStrategy</I></A>
<BR>
<A HREF="com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations">Expose</A>
<BR>
<A HREF="com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<BR>
<A HREF="com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson">FieldNamingPolicy</A>
<BR>
@ -55,6 +59,8 @@ All Classes (Gson 1.3 API)
<BR>
<A HREF="com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><I>JsonSerializer</I></A>
<BR>
<A HREF="com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<BR>
<A HREF="com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson">LongSerializationPolicy</A>
<BR>
<A HREF="com/google/gson/annotations/SerializedName.html" title="annotation in com.google.gson.annotations">SerializedName</A>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:57 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
FieldNamingPolicy (Gson 1.3 API)
FieldNamingPolicy (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.FieldNamingPolicy class">
@ -15,7 +15,7 @@ FieldNamingPolicy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="FieldNamingPolicy (Gson 1.3 API)";
parent.document.title="FieldNamingPolicy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -53,7 +53,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../com/google/gson/FieldAttributes.html" title="class in com.google.gson"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/google/gson/FieldNamingPolicy.html" target="_top"><B>FRAMES</B></A> &nbsp;
@ -126,6 +126,13 @@ An enumeration that defines a few standard naming conventions for JSON field nam
<B>Enum Constant Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../com/google/gson/FieldNamingPolicy.html#LOWER_CASE_WITH_DASHES">LOWER_CASE_WITH_DASHES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Using this naming policy with Gson will modify the Java Field name from its camel cased
form to a lower case field name where each word is separated by a dash (-).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../com/google/gson/FieldNamingPolicy.html#LOWER_CASE_WITH_UNDERSCORES">LOWER_CASE_WITH_UNDERSCORES</A></B></CODE>
<BR>
@ -236,6 +243,33 @@ public static final <A HREF="../../../com/google/gson/FieldNamingPolicy.html" ti
<DL>
</DL>
</DL>
<HR>
<A NAME="LOWER_CASE_WITH_DASHES"><!-- --></A><H3>
LOWER_CASE_WITH_DASHES</H3>
<PRE>
public static final <A HREF="../../../com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson">FieldNamingPolicy</A> <B>LOWER_CASE_WITH_DASHES</B></PRE>
<DL>
<DD>Using this naming policy with Gson will modify the Java Field name from its camel cased
form to a lower case field name where each word is separated by a dash (-).
<p>Here's a few examples of the form "Java Field Name" ---> "JSON Field Name":</p>
<ul>
<li>someFieldName ---> some-field-name</li>
<li>_someFieldName ---> _some-field-name</li>
<li>aStringField ---> a-string-field</li>
<li>aURL ---> a-u-r-l</li>
</ul>
Using dashes in JavaScript is not recommended since dash is also used for a minus sign in
expressions. This requires that a field named with dashes is always accessed as a quoted
property like <code>myobject['my-field']</code>. Accessing it as an object field
<code>myobject.my-field</code> will result in an unintended javascript expression.
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>1.4</DD>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
@ -317,7 +351,7 @@ with the specified name</DL>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../com/google/gson/FieldAttributes.html" title="class in com.google.gson"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/google/gson/FieldNamingPolicy.html" target="_top"><B>FRAMES</B></A> &nbsp;

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:57 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
FieldNamingStrategy (Gson 1.3 API)
FieldNamingStrategy (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.FieldNamingStrategy interface">
@ -15,7 +15,7 @@ FieldNamingStrategy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="FieldNamingStrategy (Gson 1.3 API)";
parent.document.title="FieldNamingStrategy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:57 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Gson (Gson 1.3 API)
Gson (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.Gson class">
@ -15,7 +15,7 @@ Gson (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Gson (Gson 1.3 API)";
parent.document.title="Gson (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -123,13 +123,13 @@ This is the main class for using Gson. Gson is typically used by first construct
example for serializing and deserialing a <code>ParameterizedType</code>:
<pre>
Type listType = new TypeToken<List<String>>() {}.getType();
List<String> target = new LinkedList<String>();
Type listType = new TypeToken&lt;List&lt;String&gt;&gt;() {}.getType();
List&lt;String&gt; target = new LinkedList&lt;String&gt;();
target.add("blah");
Gson gson = new Gson();
String json = gson.toJson(target, listType);
List<String> target2 = gson.fromJson(json, listType);
List&lt;String&gt; target2 = gson.fromJson(json, listType);
</pre></p>
<p>See the <a href="https://sites.google.com/site/gson/gson-user-guide">Gson User Guide</a>
@ -272,6 +272,23 @@ This is the main class for using Gson. Gson is typically used by first construct
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/Gson.html#toJson(com.google.gson.JsonElement)">toJson</A></B>(<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>&nbsp;jsonElement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts a tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s into its equivalent JSON representation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/Gson.html#toJson(com.google.gson.JsonElement, java.lang.Appendable)">toJson</A></B>(<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>&nbsp;jsonElement,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Appendable.html" title="class or interface in java.lang">Appendable</A>&nbsp;writer)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes out the equivalent JSON for a tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/Gson.html#toJson(java.lang.Object)">toJson</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;src)</CODE>
<BR>
@ -309,6 +326,25 @@ This is the main class for using Gson. Gson is typically used by first construct
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/Gson.html#toJsonTree(java.lang.Object)">toJsonTree</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;src)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method serializes the specified object into its equivalent representation as a tree of
<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/Gson.html#toJsonTree(java.lang.Object, java.lang.reflect.Type)">toJsonTree</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;src,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect">Type</A>&nbsp;typeOfSrc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method serializes the specified object, including those of generic types, into its
equivalent representation as a tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/Gson.html#toString()">toString</A></B>()</CODE>
@ -358,7 +394,7 @@ public <B>Gson</B>()</PRE>
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigDecimal.html" title="class or interface in java.math"><CODE>BigDecimal</CODE></A>, and <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigInteger.html" title="class or interface in java.math"><CODE>BigInteger</CODE></A> classes. If you would prefer
to change the default representation, you can do so by registering a type adapter through
<A HREF="../../../com/google/gson/GsonBuilder.html#registerTypeAdapter(java.lang.reflect.Type, java.lang.Object)"><CODE>GsonBuilder.registerTypeAdapter(Type, Object)</CODE></A>. </li>
<li>The default Date format is same as <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/text/DateFormat.html#DEFAULT" title="class or interface in java.text"><CODE>DateFormat.DEFAULT</CODE></A>. This format
<li>The default Date format is same as <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/text/DateFormat.html#DEFAULT" title="class or interface in java.text"><CODE>DateFormat.DEFAULT</CODE></A>. This format
ignores the millisecond portion of the date during serialization. You can change
this by invoking <A HREF="../../../com/google/gson/GsonBuilder.html#setDateFormat(int)"><CODE>GsonBuilder.setDateFormat(int)</CODE></A> or
<A HREF="../../../com/google/gson/GsonBuilder.html#setDateFormat(java.lang.String)"><CODE>GsonBuilder.setDateFormat(String)</CODE></A>. </li>
@ -388,6 +424,53 @@ public <B>Gson</B>()</PRE>
</TR>
</TABLE>
<A NAME="toJsonTree(java.lang.Object)"><!-- --></A><H3>
toJsonTree</H3>
<PRE>
public <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A> <B>toJsonTree</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;src)</PRE>
<DL>
<DD>This method serializes the specified object into its equivalent representation as a tree of
<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s. This method should be used when the specified object is not a generic
type. This method uses <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang"><CODE>Object.getClass()</CODE></A> to get the type for the specified object, but
the <code>getClass()</code> loses the generic type information because of the Type Erasure feature
of Java. Note that this method works fine if the any of the object fields are of generic type,
just the object itself should not be of a generic type. If the object is of generic type, use
<A HREF="../../../com/google/gson/Gson.html#toJsonTree(java.lang.Object, java.lang.reflect.Type)"><CODE>toJsonTree(Object, Type)</CODE></A> instead.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - the object for which Json representation is to be created setting for Gson
<DT><B>Returns:</B><DD>Json representation of <code>src</code>.<DT><B>Since:</B></DT>
<DD>1.4</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="toJsonTree(java.lang.Object, java.lang.reflect.Type)"><!-- --></A><H3>
toJsonTree</H3>
<PRE>
public <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A> <B>toJsonTree</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;src,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect">Type</A>&nbsp;typeOfSrc)</PRE>
<DL>
<DD>This method serializes the specified object, including those of generic types, into its
equivalent representation as a tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s. This method must be used if the
specified object is a generic type. For non-generic objects, use <A HREF="../../../com/google/gson/Gson.html#toJsonTree(java.lang.Object)"><CODE>toJsonTree(Object)</CODE></A>
instead.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - the object for which JSON representation is to be created<DD><CODE>typeOfSrc</CODE> - The specific genericized type of src. You can obtain
this type by using the <A HREF="../../../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect"><CODE>TypeToken</CODE></A> class. For example,
to get the type for <code>Collection&lt;Foo&gt;</code>, you should use:
<pre>
Type typeOfSrc = new TypeToken&lt;Collection&lt;Foo&gt;&gt;(){}.getType();
</pre>
<DT><B>Returns:</B><DD>Json representation of <code>src</code><DT><B>Since:</B></DT>
<DD>1.4</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="toJson(java.lang.Object)"><!-- --></A><H3>
toJson</H3>
<PRE>
@ -478,6 +561,38 @@ public void <B>toJson</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/
</DL>
<HR>
<A NAME="toJson(com.google.gson.JsonElement)"><!-- --></A><H3>
toJson</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toJson</B>(<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>&nbsp;jsonElement)</PRE>
<DL>
<DD>Converts a tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s into its equivalent JSON representation.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>jsonElement</CODE> - root of a tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s
<DT><B>Returns:</B><DD>JSON String representation of the tree<DT><B>Since:</B></DT>
<DD>1.4</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="toJson(com.google.gson.JsonElement, java.lang.Appendable)"><!-- --></A><H3>
toJson</H3>
<PRE>
public void <B>toJson</B>(<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>&nbsp;jsonElement,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Appendable.html" title="class or interface in java.lang">Appendable</A>&nbsp;writer)</PRE>
<DL>
<DD>Writes out the equivalent JSON for a tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>jsonElement</CODE> - root of a tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s<DD><CODE>writer</CODE> - Writer to which the Json representation needs to be written<DT><B>Since:</B></DT>
<DD>1.4</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="fromJson(java.lang.String, java.lang.Class)"><!-- --></A><H3>
fromJson</H3>
<PRE>
@ -602,7 +717,7 @@ public &lt;T&gt; T <B>fromJson</B>(<A HREF="../../../com/google/gson/JsonElement
invoke <A HREF="../../../com/google/gson/Gson.html#fromJson(com.google.gson.JsonElement, java.lang.reflect.Type)"><CODE>fromJson(JsonElement, Type)</CODE></A>.
<P>
<DD><DL>
<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - the type of the desired object<DT><B>Parameters:</B><DD><CODE>json</CODE> - the root of the parse tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s from which the object is to
<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - the type of the desired object<DT><B>Parameters:</B><DD><CODE>json</CODE> - the root of the parse tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s from which the object is to
be deserialized<DD><CODE>classOfT</CODE> - The class of T
<DT><B>Returns:</B><DD>an object of type T from the json
<DT><B>Throws:</B>
@ -625,7 +740,7 @@ public &lt;T&gt; T <B>fromJson</B>(<A HREF="../../../com/google/gson/JsonElement
non-generic objects, use <A HREF="../../../com/google/gson/Gson.html#fromJson(com.google.gson.JsonElement, java.lang.Class)"><CODE>fromJson(JsonElement, Class)</CODE></A> instead.
<P>
<DD><DL>
<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - the type of the desired object<DT><B>Parameters:</B><DD><CODE>json</CODE> - the root of the parse tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s from which the object is to
<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - the type of the desired object<DT><B>Parameters:</B><DD><CODE>json</CODE> - the root of the parse tree of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s from which the object is to
be deserialized<DD><CODE>typeOfT</CODE> - The specific genericized type of src. You can obtain this type by using the
<A HREF="../../../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect"><CODE>TypeToken</CODE></A> class. For example, to get the type for
<code>Collection&lt;Foo&gt;</code>, you should use:

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
GsonBuilder (Gson 1.3 API)
GsonBuilder (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.GsonBuilder class">
@ -15,7 +15,7 @@ GsonBuilder (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="GsonBuilder (Gson 1.3 API)";
parent.document.title="GsonBuilder (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -259,6 +259,15 @@ Class GsonBuilder</H2>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/GsonBuilder.html#setExclusionStrategies(com.google.gson.ExclusionStrategy...)">setExclusionStrategies</A></B>(<A HREF="../../../com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson">ExclusionStrategy</A>...&nbsp;strategies)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Configures Gson to apply a set of exclusion strategies during both serialization and
deserialization.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/GsonBuilder.html#setFieldNamingPolicy(com.google.gson.FieldNamingPolicy)">setFieldNamingPolicy</A></B>(<A HREF="../../../com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson">FieldNamingPolicy</A>&nbsp;namingConvention)</CODE>
<BR>
@ -384,8 +393,8 @@ generateNonExecutableJson</H3>
public <A HREF="../../../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A> <B>generateNonExecutableJson</B>()</PRE>
<DL>
<DD>Makes the output JSON non-executable in Javascript by prefixing the generated JSON with some
special text. This prevents attacks from third-party sites through script sourcing. See
<a href="http://code.google.com/p/google-gson/issues/detail?id=42">Gson Issue 42</a>
special text. This prevents attacks from third-party sites through script sourcing. See
<a href="http://code.google.com/p/google-gson/issues/detail?id=42">Gson Issue 42</a>
for details.
<P>
<DD><DL>
@ -495,6 +504,25 @@ public <A HREF="../../../com/google/gson/GsonBuilder.html" title="class in com.g
</DL>
<HR>
<A NAME="setExclusionStrategies(com.google.gson.ExclusionStrategy...)"><!-- --></A><H3>
setExclusionStrategies</H3>
<PRE>
public <A HREF="../../../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A> <B>setExclusionStrategies</B>(<A HREF="../../../com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson">ExclusionStrategy</A>...&nbsp;strategies)</PRE>
<DL>
<DD>Configures Gson to apply a set of exclusion strategies during both serialization and
deserialization. Each of the <code>strategies</code> will be applied as a disjunction rule.
This means that if one of the <code>strategies</code> suggests that a field (or class) should be
skipped then that field (or object) is skipped during serializaiton/deserialization.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>strategies</CODE> - the set of strategy object to apply during object (de)serialization.
<DT><B>Returns:</B><DD>a reference to this <code>GsonBuilder</code> object to fulfill the "Builder" pattern<DT><B>Since:</B></DT>
<DD>1.4</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="setPrettyPrinting()"><!-- --></A><H3>
setPrettyPrinting</H3>
<PRE>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
InstanceCreator (Gson 1.3 API)
InstanceCreator (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.InstanceCreator interface">
@ -15,7 +15,7 @@ InstanceCreator (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="InstanceCreator (Gson 1.3 API)";
parent.document.title="InstanceCreator (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonArray (Gson 1.3 API)
JsonArray (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonArray class">
@ -15,7 +15,7 @@ JsonArray (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonArray (Gson 1.3 API)";
parent.document.title="JsonArray (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonDeserializationContext (Gson 1.3 API)
JsonDeserializationContext (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonDeserializationContext interface">
@ -15,7 +15,7 @@ JsonDeserializationContext (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonDeserializationContext (Gson 1.3 API)";
parent.document.title="JsonDeserializationContext (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonDeserializer (Gson 1.3 API)
JsonDeserializer (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonDeserializer interface">
@ -15,7 +15,7 @@ JsonDeserializer (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonDeserializer (Gson 1.3 API)";
parent.document.title="JsonDeserializer (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonElement (Gson 1.3 API)
JsonElement (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonElement class">
@ -15,7 +15,7 @@ JsonElement (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonElement (Gson 1.3 API)";
parent.document.title="JsonElement (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonNull (Gson 1.3 API)
JsonNull (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonNull class">
@ -15,7 +15,7 @@ JsonNull (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonNull (Gson 1.3 API)";
parent.document.title="JsonNull (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonObject (Gson 1.3 API)
JsonObject (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonObject class">
@ -15,7 +15,7 @@ JsonObject (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonObject (Gson 1.3 API)";
parent.document.title="JsonObject (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -100,8 +100,8 @@ Class JsonObject</H2>
</PRE>
<P>
A class representing an object type in Json. An object consists of name-value pairs where names
are strings, and values are any other type of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>. This allows for a creating a
A class representing an object type in Json. An object consists of name-value pairs where names
are strings, and values are any other type of <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>. This allows for a creating a
tree of JsonElements. The member elements of this object are maintained in order they were added.
<P>
@ -328,7 +328,7 @@ addProperty</H3>
public void <B>addProperty</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;property,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;value)</PRE>
<DL>
<DD>Convenience method to add a primitive member. The specified value is converted to a
<DD>Convenience method to add a primitive member. The specified value is converted to a
JsonPrimitive of String.
<P>
<DD><DL>
@ -343,7 +343,7 @@ addProperty</H3>
public void <B>addProperty</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;property,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Number.html" title="class or interface in java.lang">Number</A>&nbsp;value)</PRE>
<DL>
<DD>Convenience method to add a primitive member. The specified value is converted to a
<DD>Convenience method to add a primitive member. The specified value is converted to a
JsonPrimitive of Number.
<P>
<DD><DL>
@ -358,7 +358,7 @@ addProperty</H3>
public void <B>addProperty</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;property,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html" title="class or interface in java.lang">Boolean</A>&nbsp;value)</PRE>
<DL>
<DD>Convenience method to add a boolean member. The specified value is converted to a
<DD>Convenience method to add a boolean member. The specified value is converted to a
JsonPrimitive of Boolean.
<P>
<DD><DL>
@ -373,7 +373,7 @@ addProperty</H3>
public void <B>addProperty</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;property,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Character.html" title="class or interface in java.lang">Character</A>&nbsp;value)</PRE>
<DL>
<DD>Convenience method to add a char member. The specified value is converted to a
<DD>Convenience method to add a char member. The specified value is converted to a
JsonPrimitive of Character.
<P>
<DD><DL>
@ -387,7 +387,7 @@ entrySet</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.Entry.html" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>&gt;&gt; <B>entrySet</B>()</PRE>
<DL>
<DD>Returns a set of members of this object. The set is ordered, and the order is in which the
<DD>Returns a set of members of this object. The set is ordered, and the order is in which the
elements were added.
<P>
<DD><DL>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonParseException (Gson 1.3 API)
JsonParseException (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonParseException class">
@ -15,7 +15,7 @@ JsonParseException (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonParseException (Gson 1.3 API)";
parent.document.title="JsonParseException (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonParser (Gson 1.3 API)
JsonParser (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonParser class">
@ -15,7 +15,7 @@ JsonParser (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonParser (Gson 1.3 API)";
parent.document.title="JsonParser (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonPrimitive (Gson 1.3 API)
JsonPrimitive (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonPrimitive class">
@ -15,7 +15,7 @@ JsonPrimitive (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonPrimitive (Gson 1.3 API)";
parent.document.title="JsonPrimitive (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -158,6 +158,14 @@ A class representing a Json primitive value. A primitive value
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/JsonPrimitive.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;obj)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigDecimal.html" title="class or interface in java.math">BigDecimal</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/JsonPrimitive.html#getAsBigDecimal()">getAsBigDecimal</A></B>()</CODE>
@ -254,6 +262,14 @@ A class representing a Json primitive value. A primitive value
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/JsonPrimitive.html#hashCode()">hashCode</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/google/gson/JsonPrimitive.html#isBoolean()">isBoolean</A></B>()</CODE>
@ -292,7 +308,7 @@ A class representing a Json primitive value. A primitive value
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
@ -632,6 +648,34 @@ public char <B>getAsCharacter</B>()</PRE>
<DT><B>Returns:</B><DD>get this element as a primitive char value.</DL>
</DD>
</DL>
<HR>
<A NAME="hashCode()"><!-- --></A><H3>
hashCode</H3>
<PRE>
public int <B>hashCode</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;obj)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonSerializationContext (Gson 1.3 API)
JsonSerializationContext (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonSerializationContext interface">
@ -15,7 +15,7 @@ JsonSerializationContext (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonSerializationContext (Gson 1.3 API)";
parent.document.title="JsonSerializationContext (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JsonSerializer (Gson 1.3 API)
JsonSerializer (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.JsonSerializer interface">
@ -15,7 +15,7 @@ JsonSerializer (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="JsonSerializer (Gson 1.3 API)";
parent.document.title="JsonSerializer (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -54,7 +54,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson"><B>NEXT CLASS</B></A></FONT></TD>
&nbsp;<A HREF="../../../com/google/gson/JsonStreamParser.html" title="class in com.google.gson"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/google/gson/JsonSerializer.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="JsonSerializer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
@ -235,7 +235,7 @@ serialize</H3>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson"><B>NEXT CLASS</B></A></FONT></TD>
&nbsp;<A HREF="../../../com/google/gson/JsonStreamParser.html" title="class in com.google.gson"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/google/gson/JsonSerializer.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="JsonSerializer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
LongSerializationPolicy (Gson 1.3 API)
LongSerializationPolicy (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.LongSerializationPolicy class">
@ -15,7 +15,7 @@ LongSerializationPolicy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="LongSerializationPolicy (Gson 1.3 API)";
parent.document.title="LongSerializationPolicy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -53,7 +53,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../com/google/gson/JsonStreamParser.html" title="class in com.google.gson"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/google/gson/LongSerializationPolicy.html" target="_top"><B>FRAMES</B></A> &nbsp;
@ -326,7 +326,7 @@ public <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.g
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../com/google/gson/JsonStreamParser.html" title="class in com.google.gson"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/google/gson/LongSerializationPolicy.html" target="_top"><B>FRAMES</B></A> &nbsp;

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:57 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Expose (Gson 1.3 API)
Expose (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.annotations.Expose class">
@ -15,7 +15,7 @@ Expose (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Expose (Gson 1.3 API)";
parent.document.title="Expose (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -74,9 +74,9 @@ function windowTitle()
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;REQUIRED&nbsp;|&nbsp;OPTIONAL</FONT></TD>
SUMMARY:&nbsp;REQUIRED&nbsp;|&nbsp;<A HREF="#annotation_type_optional_element_summary">OPTIONAL</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;ELEMENT</FONT></TD>
DETAIL:&nbsp;<A HREF="#annotation_type_element_detail">ELEMENT</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
@ -109,8 +109,8 @@ An annotation that indicates this member should be exposed for JSON
<p><pre>
public class User {
&#64Expose private String firstName;
&#64Expose private String lastName;
&#64Expose private String emailAddress;
&#64Expose(serialize = false) private String lastName;
&#64Expose (serialize = false, deserialize = false) private String emailAddress;
private String password;
}
</pre></p>
@ -120,7 +120,9 @@ An annotation that indicates this member should be exposed for JSON
with <code>Gson gson = new GsonBuilder().excludeFieldsWithoutExposeAnnotation().create()</code>
then the <code>toJson()</code> and <code>fromJson()</code> methods of Gson will exclude the
<code>password</code> field. This is because the <code>password</code> field is not marked with the
<code>@Expose</code> annotation.
<code>@Expose</code> annotation. Gson will also exclude <code>lastName</code> and <code>emailAddress</code>
from serialization since <code>serialize</code> is set to <code>false</code>. Similarly, Gson will
exclude <code>emailAddress</code> from deserialization since <code>deserialize</code> is set to false.
<p>Note that another way to achieve the same effect would have been to just mark the
<code>password</code> field as <code>transient</code>, and Gson would have excluded it even with default
@ -133,10 +135,79 @@ An annotation that indicates this member should be exposed for JSON
<DT><B>Author:</B></DT>
<DD>Inderjeet Singh, Joel Leitch</DD>
</DL>
<HR>
<P>
<!-- =========== ANNOTATION TYPE OPTIONAL MEMBER SUMMARY =========== -->
<A NAME="annotation_type_optional_element_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Optional Element Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/google/gson/annotations/Expose.html#deserialize()">deserialize</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If <code>true</code>, the field marked with this annotation is deserialized from the JSON.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/google/gson/annotations/Expose.html#serialize()">serialize</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If <code>true</code>, the field marked with this annotation is written out in the JSON while
serializing.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="serialize()"><!-- --></A><H3>
serialize</H3>
<PRE>
public abstract boolean <B>serialize</B></PRE>
<DL>
<DD>If <code>true</code>, the field marked with this annotation is written out in the JSON while
serializing. If <code>false</code>, the field marked with this annotation is skipped from the
serialized output. Defaults to <code>true</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Since:</B></DT>
<DD>1.4</DD>
</DL>
<DL>
<DT><B>Default:</B><DD>true</DD>
</DL>
</DL>
<HR>
<A NAME="deserialize()"><!-- --></A><H3>
deserialize</H3>
<PRE>
public abstract boolean <B>deserialize</B></PRE>
<DL>
<DD>If <code>true</code>, the field marked with this annotation is deserialized from the JSON.
If <code>false</code>, the field marked with this annotation is skipped during deserialization.
Defaults to <code>true</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Since:</B></DT>
<DD>1.4</DD>
</DL>
<DL>
<DT><B>Default:</B><DD>true</DD>
</DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
@ -189,9 +260,9 @@ An annotation that indicates this member should be exposed for JSON
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;REQUIRED&nbsp;|&nbsp;OPTIONAL</FONT></TD>
SUMMARY:&nbsp;REQUIRED&nbsp;|&nbsp;<A HREF="#annotation_type_optional_element_summary">OPTIONAL</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;ELEMENT</FONT></TD>
DETAIL:&nbsp;<A HREF="#annotation_type_element_detail">ELEMENT</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:57 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
SerializedName (Gson 1.3 API)
SerializedName (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.annotations.SerializedName class">
@ -15,7 +15,7 @@ SerializedName (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="SerializedName (Gson 1.3 API)";
parent.document.title="SerializedName (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:57 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Since (Gson 1.3 API)
Since (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.annotations.Since class">
@ -15,7 +15,7 @@ Since (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Since (Gson 1.3 API)";
parent.document.title="Since (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:04 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:57 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Until (Gson 1.3 API)
Until (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.annotations.Until class">
@ -15,7 +15,7 @@ Until (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Until (Gson 1.3 API)";
parent.document.title="Until (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.annotations.Expose (Gson 1.3 API)
Uses of Class com.google.gson.annotations.Expose (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.annotations.Expose (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.annotations.Expose (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.annotations.Expose (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.annotations.SerializedName (Gson 1.3 API)
Uses of Class com.google.gson.annotations.SerializedName (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.annotations.SerializedName (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.annotations.SerializedName (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.annotations.SerializedName (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.annotations.Since (Gson 1.3 API)
Uses of Class com.google.gson.annotations.Since (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.annotations.Since (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.annotations.Since (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.annotations.Since (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.annotations.Until (Gson 1.3 API)
Uses of Class com.google.gson.annotations.Until (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.annotations.Until (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.annotations.Until (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.annotations.Until (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson.annotations (Gson 1.3 API)
com.google.gson.annotations (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.annotations package">

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson.annotations (Gson 1.3 API)
com.google.gson.annotations (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.annotations package">
@ -15,7 +15,7 @@ com.google.gson.annotations (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.google.gson.annotations (Gson 1.3 API)";
parent.document.title="com.google.gson.annotations (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson.annotations Class Hierarchy (Gson 1.3 API)
com.google.gson.annotations Class Hierarchy (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ com.google.gson.annotations Class Hierarchy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.google.gson.annotations Class Hierarchy (Gson 1.3 API)";
parent.document.title="com.google.gson.annotations Class Hierarchy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Package com.google.gson.annotations (Gson 1.3 API)
Uses of Package com.google.gson.annotations (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Package com.google.gson.annotations (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Package com.google.gson.annotations (Gson 1.3 API)";
parent.document.title="Uses of Package com.google.gson.annotations (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.FieldNamingPolicy (Gson 1.3 API)
Uses of Class com.google.gson.FieldNamingPolicy (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.FieldNamingPolicy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.FieldNamingPolicy (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.FieldNamingPolicy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Interface com.google.gson.FieldNamingStrategy (Gson 1.3 API)
Uses of Interface com.google.gson.FieldNamingStrategy (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Interface com.google.gson.FieldNamingStrategy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface com.google.gson.FieldNamingStrategy (Gson 1.3 API)";
parent.document.title="Uses of Interface com.google.gson.FieldNamingStrategy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.Gson (Gson 1.3 API)
Uses of Class com.google.gson.Gson (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.Gson (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.Gson (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.Gson (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.GsonBuilder (Gson 1.3 API)
Uses of Class com.google.gson.GsonBuilder (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.GsonBuilder (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.GsonBuilder (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.GsonBuilder (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -204,6 +204,15 @@ Uses of <A HREF="../../../../com/google/gson/GsonBuilder.html" title="class in c
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A></CODE></FONT></TD>
<TD><CODE><B>GsonBuilder.</B><B><A HREF="../../../../com/google/gson/GsonBuilder.html#setExclusionStrategies(com.google.gson.ExclusionStrategy...)">setExclusionStrategies</A></B>(<A HREF="../../../../com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson">ExclusionStrategy</A>...&nbsp;strategies)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Configures Gson to apply a set of exclusion strategies during both serialization and
deserialization.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A></CODE></FONT></TD>
<TD><CODE><B>GsonBuilder.</B><B><A HREF="../../../../com/google/gson/GsonBuilder.html#setFieldNamingPolicy(com.google.gson.FieldNamingPolicy)">setFieldNamingPolicy</A></B>(<A HREF="../../../../com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson">FieldNamingPolicy</A>&nbsp;namingConvention)</CODE>
<BR>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Interface com.google.gson.InstanceCreator (Gson 1.3 API)
Uses of Interface com.google.gson.InstanceCreator (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Interface com.google.gson.InstanceCreator (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface com.google.gson.InstanceCreator (Gson 1.3 API)";
parent.document.title="Uses of Interface com.google.gson.InstanceCreator (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.JsonArray (Gson 1.3 API)
Uses of Class com.google.gson.JsonArray (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.JsonArray (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.JsonArray (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.JsonArray (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Interface com.google.gson.JsonDeserializationContext (Gson 1.3 API)
Uses of Interface com.google.gson.JsonDeserializationContext (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Interface com.google.gson.JsonDeserializationContext (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface com.google.gson.JsonDeserializationContext (Gson 1.3 API)";
parent.document.title="Uses of Interface com.google.gson.JsonDeserializationContext (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Interface com.google.gson.JsonDeserializer (Gson 1.3 API)
Uses of Interface com.google.gson.JsonDeserializer (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Interface com.google.gson.JsonDeserializer (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface com.google.gson.JsonDeserializer (Gson 1.3 API)";
parent.document.title="Uses of Interface com.google.gson.JsonDeserializer (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.JsonElement (Gson 1.3 API)
Uses of Class com.google.gson.JsonElement (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.JsonElement (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.JsonElement (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.JsonElement (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -167,6 +167,14 @@ Uses of <A HREF="../../../../com/google/gson/JsonElement.html" title="class in c
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A></CODE></FONT></TD>
<TD><CODE><B>JsonStreamParser.</B><B><A HREF="../../../../com/google/gson/JsonStreamParser.html#next()">next</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next available <A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A> on the reader.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A></CODE></FONT></TD>
<TD><CODE><B>JsonParser.</B><B><A HREF="../../../../com/google/gson/JsonParser.html#parse(java.io.Reader)">parse</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Reader.html" title="class or interface in java.io">Reader</A>&nbsp;json)</CODE>
<BR>
@ -224,6 +232,25 @@ Uses of <A HREF="../../../../com/google/gson/JsonElement.html" title="class in c
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gson invokes this call-back method during serialization when it encounters a field of the
specified type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A></CODE></FONT></TD>
<TD><CODE><B>Gson.</B><B><A HREF="../../../../com/google/gson/Gson.html#toJsonTree(java.lang.Object)">toJsonTree</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;src)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method serializes the specified object into its equivalent representation as a tree of
<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A></CODE></FONT></TD>
<TD><CODE><B>Gson.</B><B><A HREF="../../../../com/google/gson/Gson.html#toJsonTree(java.lang.Object, java.lang.reflect.Type)">toJsonTree</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;src,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect">Type</A>&nbsp;typeOfSrc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method serializes the specified object, including those of generic types, into its
equivalent representation as a tree of <A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.</TD>
</TR>
</TABLE>
&nbsp;
<P>
@ -334,6 +361,23 @@ Uses of <A HREF="../../../../com/google/gson/JsonElement.html" title="class in c
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method deserializes the Json read from the specified parse tree into an object of the
specified type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B>Gson.</B><B><A HREF="../../../../com/google/gson/Gson.html#toJson(com.google.gson.JsonElement)">toJson</A></B>(<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>&nbsp;jsonElement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts a tree of <A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s into its equivalent JSON representation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B>Gson.</B><B><A HREF="../../../../com/google/gson/Gson.html#toJson(com.google.gson.JsonElement, java.lang.Appendable)">toJson</A></B>(<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>&nbsp;jsonElement,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Appendable.html" title="class or interface in java.lang">Appendable</A>&nbsp;writer)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes out the equivalent JSON for a tree of <A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.</TD>
</TR>
</TABLE>
&nbsp;
<P>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.JsonNull (Gson 1.3 API)
Uses of Class com.google.gson.JsonNull (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.JsonNull (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.JsonNull (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.JsonNull (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.JsonObject (Gson 1.3 API)
Uses of Class com.google.gson.JsonObject (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.JsonObject (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.JsonObject (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.JsonObject (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.JsonParseException (Gson 1.3 API)
Uses of Class com.google.gson.JsonParseException (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.JsonParseException (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.JsonParseException (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.JsonParseException (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -238,6 +238,14 @@ Uses of <A HREF="../../../../com/google/gson/JsonParseException.html" title="cla
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A></CODE></FONT></TD>
<TD><CODE><B>JsonStreamParser.</B><B><A HREF="../../../../com/google/gson/JsonStreamParser.html#next()">next</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next available <A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A> on the reader.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A></CODE></FONT></TD>
<TD><CODE><B>JsonParser.</B><B><A HREF="../../../../com/google/gson/JsonParser.html#parse(java.io.Reader)">parse</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Reader.html" title="class or interface in java.io">Reader</A>&nbsp;json)</CODE>
<BR>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.JsonParser (Gson 1.3 API)
Uses of Class com.google.gson.JsonParser (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.JsonParser (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.JsonParser (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.JsonParser (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.JsonPrimitive (Gson 1.3 API)
Uses of Class com.google.gson.JsonPrimitive (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.JsonPrimitive (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.JsonPrimitive (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.JsonPrimitive (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Interface com.google.gson.JsonSerializationContext (Gson 1.3 API)
Uses of Interface com.google.gson.JsonSerializationContext (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Interface com.google.gson.JsonSerializationContext (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface com.google.gson.JsonSerializationContext (Gson 1.3 API)";
parent.document.title="Uses of Interface com.google.gson.JsonSerializationContext (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Interface com.google.gson.JsonSerializer (Gson 1.3 API)
Uses of Interface com.google.gson.JsonSerializer (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Interface com.google.gson.JsonSerializer (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface com.google.gson.JsonSerializer (Gson 1.3 API)";
parent.document.title="Uses of Interface com.google.gson.JsonSerializer (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.LongSerializationPolicy (Gson 1.3 API)
Uses of Class com.google.gson.LongSerializationPolicy (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.LongSerializationPolicy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.LongSerializationPolicy (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.LongSerializationPolicy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson (Gson 1.3 API)
com.google.gson (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson package">
@ -24,6 +24,8 @@ com.google.gson (Gson 1.3 API)
Interfaces</FONT>&nbsp;
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ExclusionStrategy.html" title="interface in com.google.gson" target="classFrame"><I>ExclusionStrategy</I></A>
<BR>
<A HREF="FieldNamingStrategy.html" title="interface in com.google.gson" target="classFrame"><I>FieldNamingStrategy</I></A>
<BR>
<A HREF="InstanceCreator.html" title="interface in com.google.gson" target="classFrame"><I>InstanceCreator</I></A>
@ -45,6 +47,8 @@ Interfaces</FONT>&nbsp;
Classes</FONT>&nbsp;
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="FieldAttributes.html" title="class in com.google.gson" target="classFrame">FieldAttributes</A>
<BR>
<A HREF="Gson.html" title="class in com.google.gson" target="classFrame">Gson</A>
<BR>
<A HREF="GsonBuilder.html" title="class in com.google.gson" target="classFrame">GsonBuilder</A>
@ -59,7 +63,9 @@ Classes</FONT>&nbsp;
<BR>
<A HREF="JsonParser.html" title="class in com.google.gson" target="classFrame">JsonParser</A>
<BR>
<A HREF="JsonPrimitive.html" title="class in com.google.gson" target="classFrame">JsonPrimitive</A></FONT></TD>
<A HREF="JsonPrimitive.html" title="class in com.google.gson" target="classFrame">JsonPrimitive</A>
<BR>
<A HREF="JsonStreamParser.html" title="class in com.google.gson" target="classFrame">JsonStreamParser</A></FONT></TD>
</TR>
</TABLE>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson (Gson 1.3 API)
com.google.gson (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson package">
@ -15,7 +15,7 @@ com.google.gson (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.google.gson (Gson 1.3 API)";
parent.document.title="com.google.gson (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -94,6 +94,11 @@ This package provides the <A HREF="../../../com/google/gson/Gson.html" title="cl
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson">ExclusionStrategy</A></B></TD>
<TD>A strategy (or policy) definition that is used to decide whether or not a field or top-level
class should be serialized or deserialized as part of the JSON output/input.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson">FieldNamingStrategy</A></B></TD>
<TD>A mechanism for providing custom field naming in Gson.</TD>
</TR>
@ -132,6 +137,10 @@ This package provides the <A HREF="../../../com/google/gson/Gson.html" title="cl
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A></B></TD>
<TD>A data object that stores attributes of a field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A></B></TD>
<TD>This is the main class for using Gson.</TD>
</TR>
@ -164,6 +173,11 @@ This package provides the <A HREF="../../../com/google/gson/Gson.html" title="cl
<TD WIDTH="15%"><B><A HREF="../../../com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A></B></TD>
<TD>A class representing a Json primitive value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A></B></TD>
<TD>A streaming parser that allows reading of multiple <A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s from the specified reader
asynchronously.</TD>
</TR>
</TABLE>
&nbsp;

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson Class Hierarchy (Gson 1.3 API)
com.google.gson Class Hierarchy (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ com.google.gson Class Hierarchy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.google.gson Class Hierarchy (Gson 1.3 API)";
parent.document.title="com.google.gson Class Hierarchy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -89,10 +89,11 @@ Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/Gson.html" title="class in com.google.gson"><B>Gson</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/GsonBuilder.html" title="class in com.google.gson"><B>GsonBuilder</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><B>JsonElement</B></A><UL>
<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/FieldAttributes.html" title="class in com.google.gson"><B>FieldAttributes</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/Gson.html" title="class in com.google.gson"><B>Gson</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/GsonBuilder.html" title="class in com.google.gson"><B>GsonBuilder</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonElement.html" title="class in com.google.gson"><B>JsonElement</B></A><UL>
<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonArray.html" title="class in com.google.gson"><B>JsonArray</B></A> (implements java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Iterable.html" title="class or interface in java.lang">Iterable</A>&lt;T&gt;)
<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonNull.html" title="class in com.google.gson"><B>JsonNull</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonObject.html" title="class in com.google.gson"><B>JsonObject</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonPrimitive.html" title="class in com.google.gson"><B>JsonPrimitive</B></A></UL>
<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonParser.html" title="class in com.google.gson"><B>JsonParser</B></A><LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A>)
<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonParser.html" title="class in com.google.gson"><B>JsonParser</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonStreamParser.html" title="class in com.google.gson"><B>JsonStreamParser</B></A> (implements java.util.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A>&lt;E&gt;)
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html" title="class or interface in java.lang"><B>Exception</B></A><UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/RuntimeException.html" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
@ -105,7 +106,7 @@ Class Hierarchy
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>FieldNamingStrategy</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/InstanceCreator.html" title="interface in com.google.gson"><B>InstanceCreator</B></A>&lt;T&gt;<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonDeserializationContext.html" title="interface in com.google.gson"><B>JsonDeserializationContext</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonDeserializer.html" title="interface in com.google.gson"><B>JsonDeserializer</B></A>&lt;T&gt;<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson"><B>JsonSerializationContext</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>JsonSerializer</B></A>&lt;T&gt;</UL>
<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson"><B>ExclusionStrategy</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>FieldNamingStrategy</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/InstanceCreator.html" title="interface in com.google.gson"><B>InstanceCreator</B></A>&lt;T&gt;<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonDeserializationContext.html" title="interface in com.google.gson"><B>JsonDeserializationContext</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonDeserializer.html" title="interface in com.google.gson"><B>JsonDeserializer</B></A>&lt;T&gt;<LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson"><B>JsonSerializationContext</B></A><LI TYPE="circle">com.google.gson.<A HREF="../../../com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>JsonSerializer</B></A>&lt;T&gt;</UL>
<H2>
Enum Hierarchy
</H2>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Package com.google.gson (Gson 1.3 API)
Uses of Package com.google.gson (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Package com.google.gson (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Package com.google.gson (Gson 1.3 API)";
parent.document.title="Uses of Package com.google.gson (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -101,6 +101,19 @@ Packages that use <A HREF="../../../com/google/gson/package-summary.html">com.go
Classes in <A HREF="../../../com/google/gson/package-summary.html">com.google.gson</A> used by <A HREF="../../../com/google/gson/package-summary.html">com.google.gson</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/google/gson/class-use/ExclusionStrategy.html#com.google.gson"><B>ExclusionStrategy</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A strategy (or policy) definition that is used to decide whether or not a field or top-level
class should be serialized or deserialized as part of the JSON output/input.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/google/gson/class-use/FieldAttributes.html#com.google.gson"><B>FieldAttributes</B></A></B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A data object that stores attributes of a field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../com/google/gson/class-use/FieldNamingPolicy.html#com.google.gson"><B>FieldNamingPolicy</B></A></B>
<BR>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
TypeToken (Gson 1.3 API)
TypeToken (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.reflect.TypeToken class">
@ -15,7 +15,7 @@ TypeToken (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="TypeToken (Gson 1.3 API)";
parent.document.title="TypeToken (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class com.google.gson.reflect.TypeToken (Gson 1.3 API)
Uses of Class com.google.gson.reflect.TypeToken (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Class com.google.gson.reflect.TypeToken (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class com.google.gson.reflect.TypeToken (Gson 1.3 API)";
parent.document.title="Uses of Class com.google.gson.reflect.TypeToken (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson.reflect (Gson 1.3 API)
com.google.gson.reflect (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.reflect package">

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson.reflect (Gson 1.3 API)
com.google.gson.reflect (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="com.google.gson.reflect package">
@ -15,7 +15,7 @@ com.google.gson.reflect (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.google.gson.reflect (Gson 1.3 API)";
parent.document.title="com.google.gson.reflect (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
com.google.gson.reflect Class Hierarchy (Gson 1.3 API)
com.google.gson.reflect Class Hierarchy (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ com.google.gson.reflect Class Hierarchy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.google.gson.reflect Class Hierarchy (Gson 1.3 API)";
parent.document.title="com.google.gson.reflect Class Hierarchy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Package com.google.gson.reflect (Gson 1.3 API)
Uses of Package com.google.gson.reflect (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Uses of Package com.google.gson.reflect (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Package com.google.gson.reflect (Gson 1.3 API)";
parent.document.title="Uses of Package com.google.gson.reflect (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Constant Field Values (Gson 1.3 API)
Constant Field Values (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Constant Field Values (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Constant Field Values (Gson 1.3 API)";
parent.document.title="Constant Field Values (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Deprecated List (Gson 1.3 API)
Deprecated List (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Deprecated List (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Deprecated List (Gson 1.3 API)";
parent.document.title="Deprecated List (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:59 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
API Help (Gson 1.3 API)
API Help (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ API Help (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="API Help (Gson 1.3 API)";
parent.document.title="API Help (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Index (Gson 1.3 API)
Index (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Index (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index (Gson 1.3 API)";
parent.document.title="Index (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -75,7 +75,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
@ -142,6 +142,9 @@ Method in class com.google.gson.<A HREF="./com/google/gson/JsonObject.html" titl
<DT><A HREF="./com/google/gson/JsonNull.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonNull.html" title="class in com.google.gson">JsonNull</A>
<DD>All instances of JsonNull are the same
<DT><A HREF="./com/google/gson/JsonPrimitive.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>&nbsp;
<DT><A HREF="./com/google/gson/reflect/TypeToken.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.gson.reflect.<A HREF="./com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Method to test equality.
@ -152,13 +155,14 @@ Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" tit
Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to exclude all fields from consideration for serialization or deserialization
that do not have the <A HREF="./com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations"><CODE>Expose</CODE></A> annotation.
<DT><A HREF="./com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations"><B>Expose</B></A> - Annotation Type in <A HREF="./com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates this member should be exposed for JSON
<DT><A HREF="./com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson"><B>ExclusionStrategy</B></A> - Interface in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>A strategy (or policy) definition that is used to decide whether or not a field or top-level
class should be serialized or deserialized as part of the JSON output/input.<DT><A HREF="./com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations"><B>Expose</B></A> - Annotation Type in <A HREF="./com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates this member should be exposed for JSON
serialization or deserialization.</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson"><B>FieldNamingPolicy</B></A> - Enum in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>An enumeration that defines a few standard naming conventions for JSON field names.<DT><A HREF="./com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>FieldNamingStrategy</B></A> - Interface in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>A mechanism for providing custom field naming in Gson.<DT><A HREF="./com/google/gson/Gson.html#fromJson(java.lang.String, java.lang.Class)"><B>fromJson(String, Class&lt;T&gt;)</B></A> -
<DT><A HREF="./com/google/gson/FieldAttributes.html" title="class in com.google.gson"><B>FieldAttributes</B></A> - Class in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>A data object that stores attributes of a field.<DT><A HREF="./com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson"><B>FieldNamingPolicy</B></A> - Enum in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>An enumeration that defines a few standard naming conventions for JSON field names.<DT><A HREF="./com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>FieldNamingStrategy</B></A> - Interface in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>A mechanism for providing custom field naming in Gson.<DT><A HREF="./com/google/gson/Gson.html#fromJson(java.lang.String, java.lang.Class)"><B>fromJson(String, Class&lt;T&gt;)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method deserializes the specified Json into an object of the specified class.
<DT><A HREF="./com/google/gson/Gson.html#fromJson(java.lang.String, java.lang.reflect.Type)"><B>fromJson(String, Type)</B></A> -
@ -201,6 +205,10 @@ Static method in class com.google.gson.reflect.<A HREF="./com/google/gson/reflec
<DT><A HREF="./com/google/gson/reflect/TypeToken.html#get(java.lang.Class)"><B>get(Class&lt;T&gt;)</B></A> -
Static method in class com.google.gson.reflect.<A HREF="./com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Gets type token for the given <code>Class</code> instance.
<DT><A HREF="./com/google/gson/FieldAttributes.html#getAnnotation(java.lang.Class)"><B>getAnnotation(Class&lt;T&gt;)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>Return the <code>T</code> annotation object from this field if it exist; otherwise returns
<code>null</code>.
<DT><A HREF="./com/google/gson/JsonArray.html#getAsBigDecimal()"><B>getAsBigDecimal()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonArray.html" title="class in com.google.gson">JsonArray</A>
<DD>convenience method to get this array as a <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/math/BigDecimal.html" title="class or interface in java.math"><CODE>BigDecimal</CODE></A> if it contains a single element.
@ -330,6 +338,22 @@ Method in class com.google.gson.<A HREF="./com/google/gson/JsonElement.html" tit
<DT><A HREF="./com/google/gson/JsonPrimitive.html#getAsString()"><B>getAsString()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>convenience method to get this element as a String.
<DT><A HREF="./com/google/gson/FieldAttributes.html#getDeclaredClass()"><B>getDeclaredClass()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>Returns the <code>Class&lt;?&gt;</code> object that was declared for this field.
<DT><A HREF="./com/google/gson/FieldAttributes.html#getDeclaredType()"><B>getDeclaredType()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>For example, assume the following class definition:
<pre class="code">
public class Foo {
private String bar;
private List&lt;String&gt; red;
}
Type listParmeterizedType = new TypeToken<List<String>>() {}.getType();
<DT><A HREF="./com/google/gson/FieldAttributes.html#getName()"><B>getName()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>&nbsp;
<DT><A HREF="./com/google/gson/reflect/TypeToken.html#getRawType()"><B>getRawType()</B></A> -
Method in class com.google.gson.reflect.<A HREF="./com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Gets the raw type.
@ -355,9 +379,18 @@ Method in class com.google.gson.<A HREF="./com/google/gson/JsonObject.html" titl
<DT><A HREF="./com/google/gson/JsonNull.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonNull.html" title="class in com.google.gson">JsonNull</A>
<DD>All instances of JsonNull have the same hash code since they are indistinguishable
<DT><A HREF="./com/google/gson/JsonPrimitive.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>&nbsp;
<DT><A HREF="./com/google/gson/reflect/TypeToken.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.gson.reflect.<A HREF="./com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Hashcode for this object.
<DT><A HREF="./com/google/gson/FieldAttributes.html#hasModifier(int)"><B>hasModifier(int)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>Returns <code>true</code> if the field is defined with the <code>modifier</code>.
<DT><A HREF="./com/google/gson/JsonStreamParser.html#hasNext()"><B>hasNext()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>Returns true if a <A HREF="./com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A> is available on the input for consumption
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
@ -442,13 +475,28 @@ Constructor for class com.google.gson.<A HREF="./com/google/gson/JsonPrimitive.h
Constructor for class com.google.gson.<A HREF="./com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>Create a primitive containing a character.
<DT><A HREF="./com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson"><B>JsonSerializationContext</B></A> - Interface in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>Context for serialization that is passed to a custom serializer during invocation of its
<A HREF="./com/google/gson/JsonSerializer.html#serialize(T, java.lang.reflect.Type, com.google.gson.JsonSerializationContext)"><CODE>JsonSerializer.serialize(Object, Type, JsonSerializationContext)</CODE></A> method.<DT><A HREF="./com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>JsonSerializer</B></A>&lt;<A HREF="./com/google/gson/JsonSerializer.html" title="type parameter in JsonSerializer">T</A>&gt; - Interface in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>Interface representing a custom serializer for Json.</DL>
<A HREF="./com/google/gson/JsonSerializer.html#serialize(T, java.lang.reflect.Type, com.google.gson.JsonSerializationContext)"><CODE>JsonSerializer.serialize(Object, Type, JsonSerializationContext)</CODE></A> method.<DT><A HREF="./com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>JsonSerializer</B></A>&lt;<A HREF="./com/google/gson/JsonSerializer.html" title="type parameter in JsonSerializer">T</A>&gt; - Interface in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>Interface representing a custom serializer for Json.<DT><A HREF="./com/google/gson/JsonStreamParser.html" title="class in com.google.gson"><B>JsonStreamParser</B></A> - Class in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>A streaming parser that allows reading of multiple <A HREF="./com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s from the specified reader
asynchronously.<DT><A HREF="./com/google/gson/JsonStreamParser.html#JsonStreamParser(java.lang.String)"><B>JsonStreamParser(String)</B></A> -
Constructor for class com.google.gson.<A HREF="./com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>&nbsp;
<DT><A HREF="./com/google/gson/JsonStreamParser.html#JsonStreamParser(java.io.Reader)"><B>JsonStreamParser(Reader)</B></A> -
Constructor for class com.google.gson.<A HREF="./com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson"><B>LongSerializationPolicy</B></A> - Enum in <A HREF="./com/google/gson/package-summary.html">com.google.gson</A><DD>Defines the expected format for a <code>long</code> or <code>Long</code> type when its serialized.</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./com/google/gson/JsonStreamParser.html#next()"><B>next()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>Returns the next available <A HREF="./com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A> on the reader.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
@ -469,6 +517,10 @@ Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" tit
<DT><A HREF="./com/google/gson/JsonObject.html#remove(java.lang.String)"><B>remove(String)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonObject.html" title="class in com.google.gson">JsonObject</A>
<DD>Removes the <code>property</code> from this <A HREF="./com/google/gson/JsonObject.html" title="class in com.google.gson"><CODE>JsonObject</CODE></A>.
<DT><A HREF="./com/google/gson/JsonStreamParser.html#remove()"><B>remove()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>This optional <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html" title="class or interface in java.util"><CODE>Iterator</CODE></A> method is not relevant for stream parsing and hence is not
implemented.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
@ -504,6 +556,10 @@ Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" tit
<DT><A HREF="./com/google/gson/GsonBuilder.html#setDateFormat(int, int)"><B>setDateFormat(int, int)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to to serialize <code>Date</code> objects according to the style value provided.
<DT><A HREF="./com/google/gson/GsonBuilder.html#setExclusionStrategies(com.google.gson.ExclusionStrategy...)"><B>setExclusionStrategies(ExclusionStrategy...)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to apply a set of exclusion strategies during both serialization and
deserialization.
<DT><A HREF="./com/google/gson/GsonBuilder.html#setFieldNamingPolicy(com.google.gson.FieldNamingPolicy)"><B>setFieldNamingPolicy(FieldNamingPolicy)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to apply a specific naming policy to an object's field during serialization
@ -522,6 +578,12 @@ Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" tit
<DT><A HREF="./com/google/gson/GsonBuilder.html#setVersion(double)"><B>setVersion(double)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to enable versioning support.
<DT><A HREF="./com/google/gson/ExclusionStrategy.html#shouldSkipClass(java.lang.Class)"><B>shouldSkipClass(Class&lt;?&gt;)</B></A> -
Method in interface com.google.gson.<A HREF="./com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson">ExclusionStrategy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/gson/ExclusionStrategy.html#shouldSkipField(com.google.gson.FieldAttributes)"><B>shouldSkipField(FieldAttributes)</B></A> -
Method in interface com.google.gson.<A HREF="./com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson">ExclusionStrategy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/gson/annotations/Since.html" title="annotation in com.google.gson.annotations"><B>Since</B></A> - Annotation Type in <A HREF="./com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates the version number since a member or a type has been present.<DT><A HREF="./com/google/gson/JsonArray.html#size()"><B>size()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/JsonArray.html" title="class in com.google.gson">JsonArray</A>
<DD>Returns the number of elements in the array.
@ -544,6 +606,20 @@ Method in class com.google.gson.<A HREF="./com/google/gson/Gson.html" title="cla
Method in class com.google.gson.<A HREF="./com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
<DT><A HREF="./com/google/gson/Gson.html#toJson(com.google.gson.JsonElement)"><B>toJson(JsonElement)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>Converts a tree of <A HREF="./com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s into its equivalent JSON representation.
<DT><A HREF="./com/google/gson/Gson.html#toJson(com.google.gson.JsonElement, java.lang.Appendable)"><B>toJson(JsonElement, Appendable)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>Writes out the equivalent JSON for a tree of <A HREF="./com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.
<DT><A HREF="./com/google/gson/Gson.html#toJsonTree(java.lang.Object)"><B>toJsonTree(Object)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object into its equivalent representation as a tree of
<A HREF="./com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.
<DT><A HREF="./com/google/gson/Gson.html#toJsonTree(java.lang.Object, java.lang.reflect.Type)"><B>toJsonTree(Object, Type)</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object, including those of generic types, into its
equivalent representation as a tree of <A HREF="./com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.
<DT><A HREF="./com/google/gson/Gson.html#toString()"><B>toString()</B></A> -
Method in class com.google.gson.<A HREF="./com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>&nbsp;
@ -582,7 +658,7 @@ Static method in enum com.google.gson.<A HREF="./com/google/gson/LongSerializati
the order they're declared.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
A-Index
</TITLE>
@ -74,7 +74,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
@ -153,7 +153,7 @@ Method in class com.google.gson.<A HREF="../com/google/gson/JsonObject.html" tit
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
L-Index
</TITLE>
@ -74,7 +74,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
@ -132,7 +132,7 @@ function windowTitle()
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
R-Index
N-Index
</TITLE>
@ -13,7 +13,7 @@ R-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="R-Index";
parent.document.title="N-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -74,16 +74,13 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="../com/google/gson/GsonBuilder.html#registerTypeAdapter(java.lang.reflect.Type, java.lang.Object)"><B>registerTypeAdapter(Type, Object)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson for custom serialization or deserialization.
<DT><A HREF="../com/google/gson/JsonObject.html#remove(java.lang.String)"><B>remove(String)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonObject.html" title="class in com.google.gson">JsonObject</A>
<DD>Removes the <code>property</code> from this <A HREF="../com/google/gson/JsonObject.html" title="class in com.google.gson"><CODE>JsonObject</CODE></A>.
<DT><A HREF="../com/google/gson/JsonStreamParser.html#next()"><B>next()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>Returns the next available <A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A> on the reader.
</DL>
<HR>
@ -138,7 +135,7 @@ Method in class com.google.gson.<A HREF="../com/google/gson/JsonObject.html" tit
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
S-Index
P-Index
</TITLE>
@ -13,7 +13,7 @@ S-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="S-Index";
parent.document.title="P-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -74,57 +74,16 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="../com/google/gson/JsonSerializationContext.html#serialize(java.lang.Object)"><B>serialize(Object)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson">JsonSerializationContext</A>
<DD>Invokes default serialization on the specified object.
<DT><A HREF="../com/google/gson/JsonSerializationContext.html#serialize(java.lang.Object, java.lang.reflect.Type)"><B>serialize(Object, Type)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson">JsonSerializationContext</A>
<DD>Invokes default serialization on the specified object passing the specific type information.
<DT><A HREF="../com/google/gson/JsonSerializer.html#serialize(T, java.lang.reflect.Type, com.google.gson.JsonSerializationContext)"><B>serialize(T, Type, JsonSerializationContext)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/JsonSerializer.html" title="interface in com.google.gson">JsonSerializer</A>
<DD>Gson invokes this call-back method during serialization when it encounters a field of the
specified type.
<DT><A HREF="../com/google/gson/LongSerializationPolicy.html#serialize(java.lang.Long)"><B>serialize(Long)</B></A> -
Method in enum com.google.gson.<A HREF="../com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson">LongSerializationPolicy</A>
<DD>Serialize this <code>value</code> using this serialization policy.
<DT><A HREF="../com/google/gson/annotations/SerializedName.html" title="annotation in com.google.gson.annotations"><B>SerializedName</B></A> - Annotation Type in <A HREF="../com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates this member should be serialized to JSON with
the provided name value as its field name.<DT><A HREF="../com/google/gson/GsonBuilder.html#serializeNulls()"><B>serializeNulls()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configure Gson to serialize null fields.
<DT><A HREF="../com/google/gson/GsonBuilder.html#serializeSpecialFloatingPointValues()"><B>serializeSpecialFloatingPointValues()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Section 2.4 of <a href="http://www.ietf.org/rfc/rfc4627.txt">JSON specification</a> disallows
special double values (NaN, Infinity, -Infinity).
<DT><A HREF="../com/google/gson/GsonBuilder.html#setDateFormat(java.lang.String)"><B>setDateFormat(String)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to serialize <code>Date</code> objects according to the pattern provided.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setDateFormat(int)"><B>setDateFormat(int)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to to serialize <code>Date</code> objects according to the style value provided.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setDateFormat(int, int)"><B>setDateFormat(int, int)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to to serialize <code>Date</code> objects according to the style value provided.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setFieldNamingPolicy(com.google.gson.FieldNamingPolicy)"><B>setFieldNamingPolicy(FieldNamingPolicy)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to apply a specific naming policy to an object's field during serialization
and deserialization.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setLongSerializationPolicy(com.google.gson.LongSerializationPolicy)"><B>setLongSerializationPolicy(LongSerializationPolicy)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to apply a specific serialization policy for <code>Long</code> and <code>long</code>
objects.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setPrettyPrinting()"><B>setPrettyPrinting()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to output Json that fits in a page for pretty printing.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setVersion(double)"><B>setVersion(double)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to enable versioning support.
<DT><A HREF="../com/google/gson/annotations/Since.html" title="annotation in com.google.gson.annotations"><B>Since</B></A> - Annotation Type in <A HREF="../com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates the version number since a member or a type has been present.<DT><A HREF="../com/google/gson/JsonArray.html#size()"><B>size()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonArray.html" title="class in com.google.gson">JsonArray</A>
<DD>Returns the number of elements in the array.
<DT><A HREF="../com/google/gson/JsonParser.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonParser.html" title="class in com.google.gson">JsonParser</A>
<DD>Parses the specified JSON string into a parse tree
<DT><A HREF="../com/google/gson/JsonParser.html#parse(java.io.Reader)"><B>parse(Reader)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonParser.html" title="class in com.google.gson">JsonParser</A>
<DD>Parses the specified JSON string into a parse tree
</DL>
<HR>
@ -179,7 +138,7 @@ Method in class com.google.gson.<A HREF="../com/google/gson/JsonArray.html" titl
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
T-Index
R-Index
</TITLE>
@ -13,7 +13,7 @@ T-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="T-Index";
parent.document.title="R-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -74,34 +74,21 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="../com/google/gson/Gson.html#toJson(java.lang.Object)"><B>toJson(Object)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object into its equivalent Json representation.
<DT><A HREF="../com/google/gson/Gson.html#toJson(java.lang.Object, java.lang.reflect.Type)"><B>toJson(Object, Type)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
<DT><A HREF="../com/google/gson/Gson.html#toJson(java.lang.Object, java.lang.Appendable)"><B>toJson(Object, Appendable)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object into its equivalent Json representation.
<DT><A HREF="../com/google/gson/Gson.html#toJson(java.lang.Object, java.lang.reflect.Type, java.lang.Appendable)"><B>toJson(Object, Type, Appendable)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
<DT><A HREF="../com/google/gson/Gson.html#toString()"><B>toString()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/JsonElement.html#toString()"><B>toString()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>
<DD>Returns a String representation of this element.
<DT><A HREF="../com/google/gson/reflect/TypeToken.html#toString()"><B>toString()</B></A> -
Method in class com.google.gson.reflect.<A HREF="../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Returns a string representation of this object.
<DT><A HREF="../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect"><B>TypeToken</B></A>&lt;<A HREF="../com/google/gson/reflect/TypeToken.html" title="type parameter in TypeToken">T</A>&gt; - Class in <A HREF="../com/google/gson/reflect/package-summary.html">com.google.gson.reflect</A><DD>Represents a generic type <code>T</code>.</DL>
<DT><A HREF="../com/google/gson/GsonBuilder.html#registerTypeAdapter(java.lang.reflect.Type, java.lang.Object)"><B>registerTypeAdapter(Type, Object)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson for custom serialization or deserialization.
<DT><A HREF="../com/google/gson/JsonObject.html#remove(java.lang.String)"><B>remove(String)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonObject.html" title="class in com.google.gson">JsonObject</A>
<DD>Removes the <code>property</code> from this <A HREF="../com/google/gson/JsonObject.html" title="class in com.google.gson"><CODE>JsonObject</CODE></A>.
<DT><A HREF="../com/google/gson/JsonStreamParser.html#remove()"><B>remove()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>This optional <CODE>Iterator</CODE> method is not relevant for stream parsing and hence is not
implemented.
</DL>
<HR>
@ -155,7 +142,7 @@ Method in class com.google.gson.reflect.<A HREF="../com/google/gson/reflect/Type
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
U-Index
S-Index
</TITLE>
@ -13,7 +13,7 @@ U-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="U-Index";
parent.document.title="S-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -74,11 +74,72 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="../com/google/gson/annotations/Until.html" title="annotation in com.google.gson.annotations"><B>Until</B></A> - Annotation Type in <A HREF="../com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates the version number until a member or a type should be present.</DL>
<DT><A HREF="../com/google/gson/JsonSerializationContext.html#serialize(java.lang.Object)"><B>serialize(Object)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson">JsonSerializationContext</A>
<DD>Invokes default serialization on the specified object.
<DT><A HREF="../com/google/gson/JsonSerializationContext.html#serialize(java.lang.Object, java.lang.reflect.Type)"><B>serialize(Object, Type)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson">JsonSerializationContext</A>
<DD>Invokes default serialization on the specified object passing the specific type information.
<DT><A HREF="../com/google/gson/JsonSerializer.html#serialize(T, java.lang.reflect.Type, com.google.gson.JsonSerializationContext)"><B>serialize(T, Type, JsonSerializationContext)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/JsonSerializer.html" title="interface in com.google.gson">JsonSerializer</A>
<DD>Gson invokes this call-back method during serialization when it encounters a field of the
specified type.
<DT><A HREF="../com/google/gson/LongSerializationPolicy.html#serialize(java.lang.Long)"><B>serialize(Long)</B></A> -
Method in enum com.google.gson.<A HREF="../com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson">LongSerializationPolicy</A>
<DD>Serialize this <code>value</code> using this serialization policy.
<DT><A HREF="../com/google/gson/annotations/SerializedName.html" title="annotation in com.google.gson.annotations"><B>SerializedName</B></A> - Annotation Type in <A HREF="../com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates this member should be serialized to JSON with
the provided name value as its field name.<DT><A HREF="../com/google/gson/GsonBuilder.html#serializeNulls()"><B>serializeNulls()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configure Gson to serialize null fields.
<DT><A HREF="../com/google/gson/GsonBuilder.html#serializeSpecialFloatingPointValues()"><B>serializeSpecialFloatingPointValues()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Section 2.4 of <a href="http://www.ietf.org/rfc/rfc4627.txt">JSON specification</a> disallows
special double values (NaN, Infinity, -Infinity).
<DT><A HREF="../com/google/gson/GsonBuilder.html#setDateFormat(java.lang.String)"><B>setDateFormat(String)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to serialize <code>Date</code> objects according to the pattern provided.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setDateFormat(int)"><B>setDateFormat(int)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to to serialize <code>Date</code> objects according to the style value provided.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setDateFormat(int, int)"><B>setDateFormat(int, int)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to to serialize <code>Date</code> objects according to the style value provided.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setExclusionStrategies(com.google.gson.ExclusionStrategy...)"><B>setExclusionStrategies(ExclusionStrategy...)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to apply a set of exclusion strategies during both serialization and
deserialization.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setFieldNamingPolicy(com.google.gson.FieldNamingPolicy)"><B>setFieldNamingPolicy(FieldNamingPolicy)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to apply a specific naming policy to an object's field during serialization
and deserialization.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setFieldNamingStrategy(com.google.gson.FieldNamingStrategy)"><B>setFieldNamingStrategy(FieldNamingStrategy)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to apply a specific naming policy strategy to an object's field during
serialization and deserialization.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setLongSerializationPolicy(com.google.gson.LongSerializationPolicy)"><B>setLongSerializationPolicy(LongSerializationPolicy)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to apply a specific serialization policy for <code>Long</code> and <code>long</code>
objects.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setPrettyPrinting()"><B>setPrettyPrinting()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to output Json that fits in a page for pretty printing.
<DT><A HREF="../com/google/gson/GsonBuilder.html#setVersion(double)"><B>setVersion(double)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to enable versioning support.
<DT><A HREF="../com/google/gson/ExclusionStrategy.html#shouldSkipClass(java.lang.Class)"><B>shouldSkipClass(Class&lt;?&gt;)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson">ExclusionStrategy</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/ExclusionStrategy.html#shouldSkipField(com.google.gson.FieldAttributes)"><B>shouldSkipField(FieldAttributes)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson">ExclusionStrategy</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/annotations/Since.html" title="annotation in com.google.gson.annotations"><B>Since</B></A> - Annotation Type in <A HREF="../com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates the version number since a member or a type has been present.<DT><A HREF="../com/google/gson/JsonArray.html#size()"><B>size()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonArray.html" title="class in com.google.gson">JsonArray</A>
<DD>Returns the number of elements in the array.
</DL>
<HR>
@ -132,7 +193,7 @@ function windowTitle()
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
V-Index
T-Index
</TITLE>
@ -13,7 +13,7 @@ V-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="V-Index";
parent.document.title="T-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -52,7 +52,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-14.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;NEXT LETTER</FONT></TD>
&nbsp;<A HREF="index-16.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-15.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-15.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
@ -74,25 +74,51 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="../com/google/gson/FieldNamingPolicy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.gson.<A HREF="../com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson">FieldNamingPolicy</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="../com/google/gson/LongSerializationPolicy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.gson.<A HREF="../com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson">LongSerializationPolicy</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="../com/google/gson/FieldNamingPolicy.html#values()"><B>values()</B></A> -
Static method in enum com.google.gson.<A HREF="../com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson">FieldNamingPolicy</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="../com/google/gson/LongSerializationPolicy.html#values()"><B>values()</B></A> -
Static method in enum com.google.gson.<A HREF="../com/google/gson/LongSerializationPolicy.html" title="enum in com.google.gson">LongSerializationPolicy</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
</DL>
<DT><A HREF="../com/google/gson/Gson.html#toJson(java.lang.Object)"><B>toJson(Object)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object into its equivalent Json representation.
<DT><A HREF="../com/google/gson/Gson.html#toJson(java.lang.Object, java.lang.reflect.Type)"><B>toJson(Object, Type)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
<DT><A HREF="../com/google/gson/Gson.html#toJson(java.lang.Object, java.lang.Appendable)"><B>toJson(Object, Appendable)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object into its equivalent Json representation.
<DT><A HREF="../com/google/gson/Gson.html#toJson(java.lang.Object, java.lang.reflect.Type, java.lang.Appendable)"><B>toJson(Object, Type, Appendable)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object, including those of generic types, into its
equivalent Json representation.
<DT><A HREF="../com/google/gson/Gson.html#toJson(com.google.gson.JsonElement)"><B>toJson(JsonElement)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>Converts a tree of <A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s into its equivalent JSON representation.
<DT><A HREF="../com/google/gson/Gson.html#toJson(com.google.gson.JsonElement, java.lang.Appendable)"><B>toJson(JsonElement, Appendable)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>Writes out the equivalent JSON for a tree of <A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.
<DT><A HREF="../com/google/gson/Gson.html#toJsonTree(java.lang.Object)"><B>toJsonTree(Object)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object into its equivalent representation as a tree of
<A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.
<DT><A HREF="../com/google/gson/Gson.html#toJsonTree(java.lang.Object, java.lang.reflect.Type)"><B>toJsonTree(Object, Type)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method serializes the specified object, including those of generic types, into its
equivalent representation as a tree of <A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s.
<DT><A HREF="../com/google/gson/Gson.html#toString()"><B>toString()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/JsonElement.html#toString()"><B>toString()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson">JsonElement</A>
<DD>Returns a String representation of this element.
<DT><A HREF="../com/google/gson/reflect/TypeToken.html#toString()"><B>toString()</B></A> -
Method in class com.google.gson.reflect.<A HREF="../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Returns a string representation of this object.
<DT><A HREF="../com/google/gson/FieldNamingStrategy.html#translateName(java.lang.reflect.Field)"><B>translateName(Field)</B></A> -
Method in interface com.google.gson.<A HREF="../com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson">FieldNamingStrategy</A>
<DD>Translates the field name into its JSON field name representation.
<DT><A HREF="../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect"><B>TypeToken</B></A>&lt;<A HREF="../com/google/gson/reflect/TypeToken.html" title="type parameter in TypeToken">T</A>&gt; - Class in <A HREF="../com/google/gson/reflect/package-summary.html">com.google.gson.reflect</A><DD>Represents a generic type <code>T</code>.</DL>
<HR>
@ -124,7 +150,7 @@ the order they're declared.
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-14.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;NEXT LETTER</FONT></TD>
&nbsp;<A HREF="index-16.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-15.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-15.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
@ -146,7 +172,7 @@ the order they're declared.
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
C-Index
</TITLE>
@ -74,7 +74,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
@ -139,7 +139,7 @@ Method in interface com.google.gson.<A HREF="../com/google/gson/InstanceCreator.
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
D-Index
</TITLE>
@ -74,7 +74,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
@ -145,7 +145,7 @@ Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" ti
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
E-Index
</TITLE>
@ -74,7 +74,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
@ -84,6 +84,9 @@ Method in class com.google.gson.<A HREF="../com/google/gson/JsonObject.html" tit
<DT><A HREF="../com/google/gson/JsonNull.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonNull.html" title="class in com.google.gson">JsonNull</A>
<DD>All instances of JsonNull are the same
<DT><A HREF="../com/google/gson/JsonPrimitive.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/reflect/TypeToken.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.gson.reflect.<A HREF="../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Method to test equality.
@ -94,7 +97,8 @@ Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" ti
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Configures Gson to exclude all fields from consideration for serialization or deserialization
that do not have the <A HREF="../com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations"><CODE>Expose</CODE></A> annotation.
<DT><A HREF="../com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations"><B>Expose</B></A> - Annotation Type in <A HREF="../com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates this member should be exposed for JSON
<DT><A HREF="../com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson"><B>ExclusionStrategy</B></A> - Interface in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>A strategy (or policy) definition that is used to decide whether or not a field or top-level
class should be serialized or deserialized as part of the JSON output/input.<DT><A HREF="../com/google/gson/annotations/Expose.html" title="annotation in com.google.gson.annotations"><B>Expose</B></A> - Annotation Type in <A HREF="../com/google/gson/annotations/package-summary.html">com.google.gson.annotations</A><DD>An annotation that indicates this member should be exposed for JSON
serialization or deserialization.</DL>
<HR>
@ -149,7 +153,7 @@ Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" ti
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
F-Index
</TITLE>
@ -74,11 +74,11 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="../com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson"><B>FieldNamingPolicy</B></A> - Enum in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>An enumeration that defines a few standard naming conventions for JSON field names.<DT><A HREF="../com/google/gson/Gson.html#fromJson(java.lang.String, java.lang.Class)"><B>fromJson(String, Class&lt;T&gt;)</B></A> -
<DT><A HREF="../com/google/gson/FieldAttributes.html" title="class in com.google.gson"><B>FieldAttributes</B></A> - Class in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>A data object that stores attributes of a field.<DT><A HREF="../com/google/gson/FieldNamingPolicy.html" title="enum in com.google.gson"><B>FieldNamingPolicy</B></A> - Enum in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>An enumeration that defines a few standard naming conventions for JSON field names.<DT><A HREF="../com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>FieldNamingStrategy</B></A> - Interface in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>A mechanism for providing custom field naming in Gson.<DT><A HREF="../com/google/gson/Gson.html#fromJson(java.lang.String, java.lang.Class)"><B>fromJson(String, Class&lt;T&gt;)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method deserializes the specified Json into an object of the specified class.
<DT><A HREF="../com/google/gson/Gson.html#fromJson(java.lang.String, java.lang.reflect.Type)"><B>fromJson(String, Type)</B></A> -
@ -92,6 +92,14 @@ Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="cl
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method deserializes the Json read from the specified reader into an object of the
specified type.
<DT><A HREF="../com/google/gson/Gson.html#fromJson(com.google.gson.JsonElement, java.lang.Class)"><B>fromJson(JsonElement, Class&lt;T&gt;)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method deserializes the Json read from the specified parse tree into an object of the
specified type.
<DT><A HREF="../com/google/gson/Gson.html#fromJson(com.google.gson.JsonElement, java.lang.reflect.Type)"><B>fromJson(JsonElement, Type)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="class in com.google.gson">Gson</A>
<DD>This method deserializes the Json read from the specified parse tree into an object of the
specified type.
</DL>
<HR>
@ -146,7 +154,7 @@ Method in class com.google.gson.<A HREF="../com/google/gson/Gson.html" title="cl
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
G-Index
</TITLE>
@ -74,10 +74,14 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="../com/google/gson/GsonBuilder.html#generateNonExecutableJson()"><B>generateNonExecutableJson()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.html" title="class in com.google.gson">GsonBuilder</A>
<DD>Makes the output JSON non-executable in Javascript by prefixing the generated JSON with some
special text.
<DT><A HREF="../com/google/gson/JsonArray.html#get(int)"><B>get(int)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonArray.html" title="class in com.google.gson">JsonArray</A>
<DD>Returns the ith element of the array.
@ -90,6 +94,10 @@ Static method in class com.google.gson.reflect.<A HREF="../com/google/gson/refle
<DT><A HREF="../com/google/gson/reflect/TypeToken.html#get(java.lang.Class)"><B>get(Class&lt;T&gt;)</B></A> -
Static method in class com.google.gson.reflect.<A HREF="../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Gets type token for the given <code>Class</code> instance.
<DT><A HREF="../com/google/gson/FieldAttributes.html#getAnnotation(java.lang.Class)"><B>getAnnotation(Class&lt;T&gt;)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>Return the <code>T</code> annotation object from this field if it exist; otherwise returns
<code>null</code>.
<DT><A HREF="../com/google/gson/JsonArray.html#getAsBigDecimal()"><B>getAsBigDecimal()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonArray.html" title="class in com.google.gson">JsonArray</A>
<DD>convenience method to get this array as a <CODE>BigDecimal</CODE> if it contains a single element.
@ -219,6 +227,22 @@ Method in class com.google.gson.<A HREF="../com/google/gson/JsonElement.html" ti
<DT><A HREF="../com/google/gson/JsonPrimitive.html#getAsString()"><B>getAsString()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>convenience method to get this element as a String.
<DT><A HREF="../com/google/gson/FieldAttributes.html#getDeclaredClass()"><B>getDeclaredClass()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>Returns the <code>Class&lt;?&gt;</code> object that was declared for this field.
<DT><A HREF="../com/google/gson/FieldAttributes.html#getDeclaredType()"><B>getDeclaredType()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>For example, assume the following class definition:
<pre class="code">
public class Foo {
private String bar;
private List&lt;String&gt; red;
}
Type listParmeterizedType = new TypeToken<List<String>>() {}.getType();
<DT><A HREF="../com/google/gson/FieldAttributes.html#getName()"><B>getName()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/reflect/TypeToken.html#getRawType()"><B>getRawType()</B></A> -
Method in class com.google.gson.reflect.<A HREF="../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Gets the raw type.
@ -287,7 +311,7 @@ Constructor for class com.google.gson.<A HREF="../com/google/gson/GsonBuilder.ht
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
H-Index
</TITLE>
@ -74,7 +74,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
@ -84,9 +84,18 @@ Method in class com.google.gson.<A HREF="../com/google/gson/JsonObject.html" tit
<DT><A HREF="../com/google/gson/JsonNull.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonNull.html" title="class in com.google.gson">JsonNull</A>
<DD>All instances of JsonNull have the same hash code since they are indistinguishable
<DT><A HREF="../com/google/gson/JsonPrimitive.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/reflect/TypeToken.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.gson.reflect.<A HREF="../com/google/gson/reflect/TypeToken.html" title="class in com.google.gson.reflect">TypeToken</A>
<DD>Hashcode for this object.
<DT><A HREF="../com/google/gson/FieldAttributes.html#hasModifier(int)"><B>hasModifier(int)</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/FieldAttributes.html" title="class in com.google.gson">FieldAttributes</A>
<DD>Returns <code>true</code> if the field is defined with the <code>modifier</code>.
<DT><A HREF="../com/google/gson/JsonStreamParser.html#hasNext()"><B>hasNext()</B></A> -
Method in class com.google.gson.<A HREF="../com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>Returns true if a <A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A> is available on the input for consumption
</DL>
<HR>
@ -141,7 +150,7 @@ Method in class com.google.gson.reflect.<A HREF="../com/google/gson/reflect/Type
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
I-Index
</TITLE>
@ -74,7 +74,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
@ -166,7 +166,7 @@ Method in class com.google.gson.<A HREF="../com/google/gson/JsonArray.html" titl
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Mon Jan 12 09:24:22 PST 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 11:09:40 PDT 2009 -->
<TITLE>
J-Index
</TITLE>
@ -74,7 +74,7 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
@ -102,6 +102,9 @@ Constructor for exception com.google.gson.<A HREF="../com/google/gson/JsonParseE
<DT><A HREF="../com/google/gson/JsonParseException.html#JsonParseException(java.lang.Throwable)"><B>JsonParseException(Throwable)</B></A> -
Constructor for exception com.google.gson.<A HREF="../com/google/gson/JsonParseException.html" title="class in com.google.gson">JsonParseException</A>
<DD>Creates exception with the specified cause.
<DT><A HREF="../com/google/gson/JsonParser.html" title="class in com.google.gson"><B>JsonParser</B></A> - Class in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>A parser to parse Json into a parse tree of <A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s<DT><A HREF="../com/google/gson/JsonParser.html#JsonParser()"><B>JsonParser()</B></A> -
Constructor for class com.google.gson.<A HREF="../com/google/gson/JsonParser.html" title="class in com.google.gson">JsonParser</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/JsonPrimitive.html" title="class in com.google.gson"><B>JsonPrimitive</B></A> - Class in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>A class representing a Json primitive value.<DT><A HREF="../com/google/gson/JsonPrimitive.html#JsonPrimitive(java.lang.Boolean)"><B>JsonPrimitive(Boolean)</B></A> -
Constructor for class com.google.gson.<A HREF="../com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>Create a primitive containing a boolean value.
@ -115,7 +118,14 @@ Constructor for class com.google.gson.<A HREF="../com/google/gson/JsonPrimitive.
Constructor for class com.google.gson.<A HREF="../com/google/gson/JsonPrimitive.html" title="class in com.google.gson">JsonPrimitive</A>
<DD>Create a primitive containing a character.
<DT><A HREF="../com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson"><B>JsonSerializationContext</B></A> - Interface in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>Context for serialization that is passed to a custom serializer during invocation of its
<A HREF="../com/google/gson/JsonSerializer.html#serialize(T, java.lang.reflect.Type, com.google.gson.JsonSerializationContext)"><CODE>JsonSerializer.serialize(Object, Type, JsonSerializationContext)</CODE></A> method.<DT><A HREF="../com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>JsonSerializer</B></A>&lt;<A HREF="../com/google/gson/JsonSerializer.html" title="type parameter in JsonSerializer">T</A>&gt; - Interface in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>Interface representing a custom serializer for Json.</DL>
<A HREF="../com/google/gson/JsonSerializer.html#serialize(T, java.lang.reflect.Type, com.google.gson.JsonSerializationContext)"><CODE>JsonSerializer.serialize(Object, Type, JsonSerializationContext)</CODE></A> method.<DT><A HREF="../com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>JsonSerializer</B></A>&lt;<A HREF="../com/google/gson/JsonSerializer.html" title="type parameter in JsonSerializer">T</A>&gt; - Interface in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>Interface representing a custom serializer for Json.<DT><A HREF="../com/google/gson/JsonStreamParser.html" title="class in com.google.gson"><B>JsonStreamParser</B></A> - Class in <A HREF="../com/google/gson/package-summary.html">com.google.gson</A><DD>A streaming parser that allows reading of multiple <A HREF="../com/google/gson/JsonElement.html" title="class in com.google.gson"><CODE>JsonElement</CODE></A>s from the specified reader
asynchronously.<DT><A HREF="../com/google/gson/JsonStreamParser.html#JsonStreamParser(java.lang.String)"><B>JsonStreamParser(String)</B></A> -
Constructor for class com.google.gson.<A HREF="../com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>&nbsp;
<DT><A HREF="../com/google/gson/JsonStreamParser.html#JsonStreamParser(java.io.Reader)"><B>JsonStreamParser(Reader)</B></A> -
Constructor for class com.google.gson.<A HREF="../com/google/gson/JsonStreamParser.html" title="class in com.google.gson">JsonStreamParser</A>
<DD>&nbsp;
</DL>
<HR>
@ -169,7 +179,7 @@ Constructor for class com.google.gson.<A HREF="../com/google/gson/JsonPrimitive.
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">R</A> <A HREF="index-12.html">S</A> <A HREF="index-13.html">T</A> <A HREF="index-14.html">U</A> <A HREF="index-15.html">V</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">V</A> <HR>
</BODY>
</HTML>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Wed Apr 01 18:37:05 PDT 2009-->
<!-- Generated by javadoc on Fri Oct 09 16:37:59 PDT 2009-->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Gson 1.3 API
Gson 1.4 API
</TITLE>
<SCRIPT type="text/javascript">
targetPage = "" + window.location.search;

View File

@ -2,13 +2,13 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Overview (Gson 1.3 API)
Overview (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="Overview, Gson 1.3 API">
<META NAME="keywords" CONTENT="Overview, Gson 1.4 API">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

View File

@ -2,20 +2,20 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:59 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Overview (Gson 1.3 API)
Overview (Gson 1.4 API)
</TITLE>
<META NAME="keywords" CONTENT="Overview, Gson 1.3 API">
<META NAME="keywords" CONTENT="Overview, Gson 1.4 API">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Overview (Gson 1.3 API)";
parent.document.title="Overview (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -79,7 +79,7 @@ function windowTitle()
<HR>
<CENTER>
<H1>
Gson 1.3 API
Gson 1.4 API
</H1>
</CENTER>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Class Hierarchy (Gson 1.3 API)
Class Hierarchy (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Class Hierarchy (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Class Hierarchy (Gson 1.3 API)";
parent.document.title="Class Hierarchy (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>
@ -88,10 +88,11 @@ Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/Gson.html" title="class in com.google.gson"><B>Gson</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/GsonBuilder.html" title="class in com.google.gson"><B>GsonBuilder</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonElement.html" title="class in com.google.gson"><B>JsonElement</B></A><UL>
<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/FieldAttributes.html" title="class in com.google.gson"><B>FieldAttributes</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/Gson.html" title="class in com.google.gson"><B>Gson</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/GsonBuilder.html" title="class in com.google.gson"><B>GsonBuilder</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonElement.html" title="class in com.google.gson"><B>JsonElement</B></A><UL>
<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonArray.html" title="class in com.google.gson"><B>JsonArray</B></A> (implements java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Iterable.html" title="class or interface in java.lang">Iterable</A>&lt;T&gt;)
<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonNull.html" title="class in com.google.gson"><B>JsonNull</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonObject.html" title="class in com.google.gson"><B>JsonObject</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonPrimitive.html" title="class in com.google.gson"><B>JsonPrimitive</B></A></UL>
<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonParser.html" title="class in com.google.gson"><B>JsonParser</B></A><LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A>)
<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonParser.html" title="class in com.google.gson"><B>JsonParser</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonStreamParser.html" title="class in com.google.gson"><B>JsonStreamParser</B></A> (implements java.util.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A>&lt;E&gt;)
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html" title="class or interface in java.lang"><B>Exception</B></A><UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/RuntimeException.html" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
@ -104,7 +105,7 @@ Class Hierarchy
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>FieldNamingStrategy</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/InstanceCreator.html" title="interface in com.google.gson"><B>InstanceCreator</B></A>&lt;T&gt;<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonDeserializationContext.html" title="interface in com.google.gson"><B>JsonDeserializationContext</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonDeserializer.html" title="interface in com.google.gson"><B>JsonDeserializer</B></A>&lt;T&gt;<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson"><B>JsonSerializationContext</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>JsonSerializer</B></A>&lt;T&gt;</UL>
<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/ExclusionStrategy.html" title="interface in com.google.gson"><B>ExclusionStrategy</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/FieldNamingStrategy.html" title="interface in com.google.gson"><B>FieldNamingStrategy</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/InstanceCreator.html" title="interface in com.google.gson"><B>InstanceCreator</B></A>&lt;T&gt;<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonDeserializationContext.html" title="interface in com.google.gson"><B>JsonDeserializationContext</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonDeserializer.html" title="interface in com.google.gson"><B>JsonDeserializer</B></A>&lt;T&gt;<LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonSerializationContext.html" title="interface in com.google.gson"><B>JsonSerializationContext</B></A><LI TYPE="circle">com.google.gson.<A HREF="com/google/gson/JsonSerializer.html" title="interface in com.google.gson"><B>JsonSerializer</B></A>&lt;T&gt;</UL>
<H2>
Annotation Type Hierarchy
</H2>

View File

@ -2,10 +2,10 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Wed Apr 01 18:37:05 PDT 2009 -->
<!-- Generated by javadoc (build 1.5.0_13) on Fri Oct 09 16:37:58 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Serialized Form (Gson 1.3 API)
Serialized Form (Gson 1.4 API)
</TITLE>
@ -14,7 +14,7 @@ Serialized Form (Gson 1.3 API)
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Serialized Form (Gson 1.3 API)";
parent.document.title="Serialized Form (Gson 1.4 API)";
}
</SCRIPT>
<NOSCRIPT>