2011-12-31 21:53:38 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2014-08-12 02:01:30 +02:00
<!-- NewPage -->
< html lang = "en" >
< head >
<!-- Generated by javadoc (1.8.0_11) on Mon Aug 11 16:48:21 PDT 2014 -->
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< title > Serialized Form (Gson 2.3 API)< / title >
< meta name = "date" content = "2014-08-11" >
< link rel = "stylesheet" type = "text/css" href = "stylesheet.css" title = "Style" >
< script type = "text/javascript" src = "script.js" > < / script >
< / head >
< body >
< script type = "text/javascript" > < ! - -
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form (Gson 2.3 API)";
}
2011-12-31 21:53:38 +01:00
}
2014-08-12 02:01:30 +02:00
catch(err) {
}
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
2011-12-31 21:53:38 +01:00
<!-- ========= START OF TOP NAVBAR ======= -->
2014-08-12 02:01:30 +02:00
< div class = "topNav" > < a name = "navbar.top" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a name = "navbar.top.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "overview-summary.html" > Overview< / a > < / li >
< li > Package< / li >
< li > Class< / li >
< li > Use< / li >
< li > < a href = "overview-tree.html" > Tree< / a > < / li >
< li > < a href = "deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "index-all.html" > Index< / a > < / li >
< li > < a href = "help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "index.html?serialized-form.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "serialized-form.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
2011-12-31 21:53:38 +01:00
if(window==top) {
2014-08-12 02:01:30 +02:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2011-12-31 21:53:38 +01:00
}
//-->
2014-08-12 02:01:30 +02:00
< / script >
< / div >
< a name = "skip.navbar.top" >
<!-- -->
< / a > < / div >
2011-12-31 21:53:38 +01:00
<!-- ========= END OF TOP NAVBAR ========= -->
2014-08-12 02:01:30 +02:00
< div class = "header" >
< h1 title = "Serialized Form" class = "title" > Serialized Form< / h1 >
< / div >
< div class = "serializedFormContainer" >
< ul class = "blockList" >
< li class = "blockList" >
< h2 title = "Package" > Package com.google.gson< / h2 >
< ul class = "blockList" >
< li class = "blockList" > < a name = "com.google.gson.JsonIOException" >
<!-- -->
< / a >
< h3 > Class < a href = "com/google/gson/JsonIOException.html" title = "class in com.google.gson" > com.google.gson.JsonIOException< / a > extends < a href = "com/google/gson/JsonParseException.html" title = "class in com.google.gson" > JsonParseException< / a > implements Serializable< / h3 >
< dl class = "nameValue" >
< dt > serialVersionUID:< / dt >
< dd > 1L< / dd >
< / dl >
< / li >
< li class = "blockList" > < a name = "com.google.gson.JsonParseException" >
<!-- -->
< / a >
< h3 > Class < a href = "com/google/gson/JsonParseException.html" title = "class in com.google.gson" > com.google.gson.JsonParseException< / a > extends < a href = "http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/RuntimeException.html?is-external=true" title = "class or interface in java.lang" > RuntimeException< / a > implements Serializable< / h3 >
< dl class = "nameValue" >
< dt > serialVersionUID:< / dt >
< dd > -4086729973971783390L< / dd >
< / dl >
< / li >
< li class = "blockList" > < a name = "com.google.gson.JsonSyntaxException" >
<!-- -->
< / a >
< h3 > Class < a href = "com/google/gson/JsonSyntaxException.html" title = "class in com.google.gson" > com.google.gson.JsonSyntaxException< / a > extends < a href = "com/google/gson/JsonParseException.html" title = "class in com.google.gson" > JsonParseException< / a > implements Serializable< / h3 >
< dl class = "nameValue" >
< dt > serialVersionUID:< / dt >
< dd > 1L< / dd >
< / dl >
< / li >
< / ul >
< / li >
< li class = "blockList" >
< h2 title = "Package" > Package com.google.gson.stream< / h2 >
< ul class = "blockList" >
< li class = "blockList" > < a name = "com.google.gson.stream.MalformedJsonException" >
<!-- -->
< / a >
< h3 > Class < a href = "com/google/gson/stream/MalformedJsonException.html" title = "class in com.google.gson.stream" > com.google.gson.stream.MalformedJsonException< / a > extends < a href = "http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title = "class or interface in java.io" > IOException< / a > implements Serializable< / h3 >
< dl class = "nameValue" >
< dt > serialVersionUID:< / dt >
< dd > 1L< / dd >
< / dl >
< / li >
< / ul >
< / li >
< / ul >
< / div >
2011-12-31 21:53:38 +01:00
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2014-08-12 02:01:30 +02:00
< div class = "bottomNav" > < a name = "navbar.bottom" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a name = "navbar.bottom.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "overview-summary.html" > Overview< / a > < / li >
< li > Package< / li >
< li > Class< / li >
< li > Use< / li >
< li > < a href = "overview-tree.html" > Tree< / a > < / li >
< li > < a href = "deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "index-all.html" > Index< / a > < / li >
< li > < a href = "help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "index.html?serialized-form.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "serialized-form.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
2011-12-31 21:53:38 +01:00
if(window==top) {
2014-08-12 02:01:30 +02:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2011-12-31 21:53:38 +01:00
}
//-->
2014-08-12 02:01:30 +02:00
< / script >
< / div >
< a name = "skip.navbar.bottom" >
<!-- -->
< / a > < / div >
2011-12-31 21:53:38 +01:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
2014-08-12 02:01:30 +02:00
< p class = "legalCopy" > < small > Copyright © 2008– 2014 < a href = "http://www.google.com" > Google, Inc.< / a > . All rights reserved.< / small > < / p >
< / body >
< / html >