You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
360 lines
14 KiB
360 lines
14 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:33 PDT 2013 -->
|
|
<title>Serialized Form (Jackson JSON Processor)</title>
|
|
<meta name="date" content="2013-07-14">
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Serialized Form (Jackson JSON Processor)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<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 org.codehaus.jackson</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.codehaus.jackson.JsonGenerationException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/JsonGenerationException.html" title="class in org.codehaus.jackson">org.codehaus.jackson.JsonGenerationException</a> extends <a href="org/codehaus/jackson/JsonProcessingException.html" title="class in org.codehaus.jackson">JsonProcessingException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>123L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="org.codehaus.jackson.JsonLocation">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">org.codehaus.jackson.JsonLocation</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_totalBytes</h4>
|
|
<pre>long _totalBytes</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_totalChars</h4>
|
|
<pre>long _totalChars</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_lineNr</h4>
|
|
<pre>int _lineNr</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_columnNr</h4>
|
|
<pre>int _columnNr</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_sourceRef</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> _sourceRef</pre>
|
|
<div class="block">Displayable description for input source: file path, url</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.codehaus.jackson.JsonParseException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">org.codehaus.jackson.JsonParseException</a> extends <a href="org/codehaus/jackson/JsonProcessingException.html" title="class in org.codehaus.jackson">JsonProcessingException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>123L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="org.codehaus.jackson.JsonProcessingException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/JsonProcessingException.html" title="class in org.codehaus.jackson">org.codehaus.jackson.JsonProcessingException</a> extends <a href="http://docs.oracle.com/javase/6/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>123L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>mLocation</h4>
|
|
<pre><a href="org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a> mLocation</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.codehaus.jackson.map</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.codehaus.jackson.map.JsonMappingException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">org.codehaus.jackson.map.JsonMappingException</a> extends <a href="org/codehaus/jackson/JsonProcessingException.html" title="class in org.codehaus.jackson">JsonProcessingException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>_path</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">E</a>> _path</pre>
|
|
<div class="block">Path through which problem that triggering throwing of
|
|
this exception was reached.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.codehaus.jackson.map.JsonMappingException.Reference">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/map/JsonMappingException.Reference.html" title="class in org.codehaus.jackson.map">org.codehaus.jackson.map.JsonMappingException.Reference</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_from</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> _from</pre>
|
|
<div class="block">Object through which reference was resolved. Can be either
|
|
actual instance (usually the case for serialization), or
|
|
Class (usually the case for deserialization).</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>_fieldName</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _fieldName</pre>
|
|
<div class="block">Name of field (for beans) or key (for Maps) that is part
|
|
of the reference. May be null for Collection types (which
|
|
generally have <a href="org/codehaus/jackson/map/JsonMappingException.Reference.html#_index"><code>JsonMappingException.Reference._index</code></a> defined), or when resolving
|
|
Map classes without (yet) having an instance to operate on.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_index</h4>
|
|
<pre>int _index</pre>
|
|
<div class="block">Index within a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> instance that contained
|
|
the reference; used if index is relevant and available.
|
|
If either not applicable, or not available, -1 is used to
|
|
denote "not known".</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.codehaus.jackson.map.RuntimeJsonMappingException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/map/RuntimeJsonMappingException.html" title="class in org.codehaus.jackson.map">org.codehaus.jackson.map.RuntimeJsonMappingException</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.codehaus.jackson.map.exc</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.codehaus.jackson.map.exc.UnrecognizedPropertyException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/map/exc/UnrecognizedPropertyException.html" title="class in org.codehaus.jackson.map.exc">org.codehaus.jackson.map.exc.UnrecognizedPropertyException</a> extends <a href="org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">JsonMappingException</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_referringClass</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</a>> _referringClass</pre>
|
|
<div class="block">Class that does not contain mapping for the unrecognized property.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>_unrecognizedPropertyName</h4>
|
|
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _unrecognizedPropertyName</pre>
|
|
<div class="block"><p>
|
|
Note: redundant information since it is also included in the
|
|
reference path.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.codehaus.jackson.map.util</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.codehaus.jackson.map.util.ISO8601DateFormat">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/map/util/ISO8601DateFormat.html" title="class in org.codehaus.jackson.map.util">org.codehaus.jackson.map.util.ISO8601DateFormat</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList"><a name="org.codehaus.jackson.map.util.LRUMap">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/map/util/LRUMap.html" title="class in org.codehaus.jackson.map.util">org.codehaus.jackson.map.util.LRUMap</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</a><<a href="org/codehaus/jackson/map/util/LRUMap.html" title="type parameter in LRUMap">K</a>,<a href="org/codehaus/jackson/map/util/LRUMap.html" title="type parameter in LRUMap">V</a>> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>_maxEntries</h4>
|
|
<pre>int _maxEntries</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.codehaus.jackson.map.util.StdDateFormat">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/map/util/StdDateFormat.html" title="class in org.codehaus.jackson.map.util">org.codehaus.jackson.map.util.StdDateFormat</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.codehaus.jackson.util</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.codehaus.jackson.util.InternCache">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/codehaus/jackson/util/InternCache.html" title="class in org.codehaus.jackson.util">org.codehaus.jackson.util.InternCache</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|