• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_31) on Mon May 14 18:45:49 PDT 2012 -->
6<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<TITLE>
8Serialized Form (Jackson-core 2.0.2 API)
9</TITLE>
10
11<META NAME="date" CONTENT="2012-05-14">
12
13<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
14
15<SCRIPT type="text/javascript">
16function windowTitle()
17{
18    if (location.href.indexOf('is-external=true') == -1) {
19        parent.document.title="Serialized Form (Jackson-core 2.0.2 API)";
20    }
21}
22</SCRIPT>
23<NOSCRIPT>
24</NOSCRIPT>
25
26</HEAD>
27
28<BODY BGCOLOR="white" onload="windowTitle();">
29<HR>
30
31
32<!-- ========= START OF TOP NAVBAR ======= -->
33<A NAME="navbar_top"><!-- --></A>
34<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36<TR>
37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38<A NAME="navbar_top_firstrow"><!-- --></A>
39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40  <TR ALIGN="center" VALIGN="top">
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49  </TR>
50</TABLE>
51</TD>
52<TD ALIGN="right" VALIGN="top" ROWSPAN=3><script type="text/javascript"><!--
53google_ad_client = "pub-1467773697956887";
54/* Jackson-ad-small */
55google_ad_slot = "6699487946";
56google_ad_width = 234;
57google_ad_height = 60;
58//-->
59</script>
60<script type="text/javascript"
61src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
62</script>
63</TD>
64</TR>
65
66<TR>
67<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
68&nbsp;PREV&nbsp;
69&nbsp;NEXT</FONT></TD>
70<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
71  <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>  &nbsp;
72&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
73&nbsp;<SCRIPT type="text/javascript">
74  <!--
75  if(window==top) {
76    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
77  }
78  //-->
79</SCRIPT>
80<NOSCRIPT>
81  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
82</NOSCRIPT>
83
84
85</FONT></TD>
86</TR>
87</TABLE>
88<A NAME="skip-navbar_top"></A>
89<!-- ========= END OF TOP NAVBAR ========= -->
90
91<HR>
92<CENTER>
93<H1>
94Serialized Form</H1>
95</CENTER>
96<HR SIZE="4" NOSHADE>
97
98<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
99<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
100<TH ALIGN="center"><FONT SIZE="+2">
101<B>Package</B> <B>com.fasterxml.jackson.core</B></FONT></TH>
102</TR>
103</TABLE>
104
105<P>
106<A NAME="com.fasterxml.jackson.core.JsonGenerationException"><!-- --></A>
107<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
109<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110<B>Class <A HREF="com/fasterxml/jackson/core/JsonGenerationException.html" title="class in com.fasterxml.jackson.core">com.fasterxml.jackson.core.JsonGenerationException</A> extends <A HREF="com/fasterxml/jackson/core/JsonProcessingException.html" title="class in com.fasterxml.jackson.core">JsonProcessingException</A> implements Serializable</B></FONT></TH>
111</TR>
112</TABLE>
113
114<P>
115<B>serialVersionUID:&nbsp;</B>123L
116
117<P>
118
119<P>
120<A NAME="com.fasterxml.jackson.core.JsonLocation"><!-- --></A>
121<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
122<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
123<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
124<B>Class <A HREF="com/fasterxml/jackson/core/JsonLocation.html" title="class in com.fasterxml.jackson.core">com.fasterxml.jackson.core.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</B></FONT></TH>
125</TR>
126</TABLE>
127
128<P>
129<B>serialVersionUID:&nbsp;</B>1L
130
131<P>
132<A NAME="serializedForm"><!-- --></A>
133<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
135<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
136<B>Serialized Fields</B></FONT></TH>
137</TR>
138</TABLE>
139
140<H3>
141_totalBytes</H3>
142<PRE>
143long <B>_totalBytes</B></PRE>
144<DL>
145<DL>
146</DL>
147</DL>
148<HR>
149<H3>
150_totalChars</H3>
151<PRE>
152long <B>_totalChars</B></PRE>
153<DL>
154<DL>
155</DL>
156</DL>
157<HR>
158<H3>
159_lineNr</H3>
160<PRE>
161int <B>_lineNr</B></PRE>
162<DL>
163<DL>
164</DL>
165</DL>
166<HR>
167<H3>
168_columnNr</H3>
169<PRE>
170int <B>_columnNr</B></PRE>
171<DL>
172<DL>
173</DL>
174</DL>
175<HR>
176<H3>
177_sourceRef</H3>
178<PRE>
179<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> <B>_sourceRef</B></PRE>
180<DL>
181<DD>Displayable description for input source: file path, url
182<P>
183<DL>
184</DL>
185</DL>
186
187<P>
188<A NAME="com.fasterxml.jackson.core.JsonParseException"><!-- --></A>
189<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
190<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
191<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
192<B>Class <A HREF="com/fasterxml/jackson/core/JsonParseException.html" title="class in com.fasterxml.jackson.core">com.fasterxml.jackson.core.JsonParseException</A> extends <A HREF="com/fasterxml/jackson/core/JsonProcessingException.html" title="class in com.fasterxml.jackson.core">JsonProcessingException</A> implements Serializable</B></FONT></TH>
193</TR>
194</TABLE>
195
196<P>
197<B>serialVersionUID:&nbsp;</B>123L
198
199<P>
200
201<P>
202<A NAME="com.fasterxml.jackson.core.JsonProcessingException"><!-- --></A>
203<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
204<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
205<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
206<B>Class <A HREF="com/fasterxml/jackson/core/JsonProcessingException.html" title="class in com.fasterxml.jackson.core">com.fasterxml.jackson.core.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</B></FONT></TH>
207</TR>
208</TABLE>
209
210<P>
211<B>serialVersionUID:&nbsp;</B>123L
212
213<P>
214<A NAME="serializedForm"><!-- --></A>
215<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
216<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
217<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
218<B>Serialized Fields</B></FONT></TH>
219</TR>
220</TABLE>
221
222<H3>
223_location</H3>
224<PRE>
225<A HREF="com/fasterxml/jackson/core/JsonLocation.html" title="class in com.fasterxml.jackson.core">JsonLocation</A> <B>_location</B></PRE>
226<DL>
227<DL>
228</DL>
229</DL>
230<HR SIZE="4" NOSHADE>
231
232<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
233<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
234<TH ALIGN="center"><FONT SIZE="+2">
235<B>Package</B> <B>com.fasterxml.jackson.core.util</B></FONT></TH>
236</TR>
237</TABLE>
238
239<P>
240<A NAME="com.fasterxml.jackson.core.util.InternCache"><!-- --></A>
241<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
242<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
243<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
244<B>Class <A HREF="com/fasterxml/jackson/core/util/InternCache.html" title="class in com.fasterxml.jackson.core.util">com.fasterxml.jackson.core.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>&lt;<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>&gt; implements Serializable</B></FONT></TH>
245</TR>
246</TABLE>
247
248<P>
249
250<P>
251<HR>
252
253
254<!-- ======= START OF BOTTOM NAVBAR ====== -->
255<A NAME="navbar_bottom"><!-- --></A>
256<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
257<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
258<TR><td rowspan='3'><script type="text/javascript"><!--
259google_ad_client = "pub-1467773697956887";
260/* Jackson-ad-small */
261google_ad_slot = "6699487946";
262google_ad_width = 234;
263google_ad_height = 60;
264//-->
265</script>
266<script type="text/javascript"
267src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
268</script>
269<!-- GA -->
270<script type="text/javascript">
271var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
272document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
273</script>
274<script type="text/javascript">
275try {
276var pageTracker = _gat._getTracker("UA-140287-6");
277pageTracker._trackPageview();
278} catch(err) {}
279</script>
280</td>
281<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
282<A NAME="navbar_bottom_firstrow"><!-- --></A>
283<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
284  <TR ALIGN="center" VALIGN="top">
285  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
286  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
287  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
288  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
289  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
290  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
291  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
292  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
293  </TR>
294</TABLE>
295</TD>
296<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
297</EM>
298</TD>
299</TR>
300
301<TR>
302<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
303&nbsp;PREV&nbsp;
304&nbsp;NEXT</FONT></TD>
305<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
306  <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>  &nbsp;
307&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
308&nbsp;<SCRIPT type="text/javascript">
309  <!--
310  if(window==top) {
311    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
312  }
313  //-->
314</SCRIPT>
315<NOSCRIPT>
316  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
317</NOSCRIPT>
318
319
320</FONT></TD>
321</TR>
322</TABLE>
323<A NAME="skip-navbar_bottom"></A>
324<!-- ======== END OF BOTTOM NAVBAR ======= -->
325
326<HR>
327Copyright &#169; 2012 <a href="http://fasterxml.com">fasterxml.com</a>. All Rights Reserved.
328</BODY>
329</HTML>
330