• 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_37) on Sun Nov 11 15:44:00 PST 2012 -->
6<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<TITLE>
8Serialized Form (Jackson-core 2.1.1 API)
9</TITLE>
10
11<META NAME="date" CONTENT="2012-11-11">
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.1.1 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.Base64Variant"><!-- --></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/Base64Variant.html" title="class in com.fasterxml.jackson.core">com.fasterxml.jackson.core.Base64Variant</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>
111</TR>
112</TABLE>
113
114<P>
115<B>serialVersionUID:&nbsp;</B>1L
116
117<P>
118<A NAME="serialized_methods"><!-- --></A>
119<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
120<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
121<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
122<B>Serialization Methods</B></FONT></TH>
123</TR>
124</TABLE>
125
126<P>
127<A NAME="readResolve()"><!-- --></A><H3>
128readResolve</H3>
129<PRE>
130protected <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>readResolve</B>()</PRE>
131<DL>
132<DD>Method used to "demote" deserialized instances back to
133 canonical ones
134<P>
135<DD><DL>
136</DD>
137</DL>
138</DL>
139<A NAME="serializedForm"><!-- --></A>
140<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
142<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
143<B>Serialized Fields</B></FONT></TH>
144</TR>
145</TABLE>
146
147<H3>
148_name</H3>
149<PRE>
150<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> <B>_name</B></PRE>
151<DL>
152<DD>Symbolic name of variant; used for diagnostics/debugging.
153<p>
154 Note that this is the only non-transient field; used when reading
155 back from serialized state
156<P>
157<DL>
158</DL>
159</DL>
160
161<P>
162<A NAME="com.fasterxml.jackson.core.JsonFactory"><!-- --></A>
163<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
164<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
165<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
166<B>Class <A HREF="com/fasterxml/jackson/core/JsonFactory.html" title="class in com.fasterxml.jackson.core">com.fasterxml.jackson.core.JsonFactory</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>
167</TR>
168</TABLE>
169
170<P>
171<B>serialVersionUID:&nbsp;</B>8726401676402117450L
172
173<P>
174<A NAME="serialized_methods"><!-- --></A>
175<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
176<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
177<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
178<B>Serialization Methods</B></FONT></TH>
179</TR>
180</TABLE>
181
182<P>
183<A NAME="readResolve()"><!-- --></A><H3>
184readResolve</H3>
185<PRE>
186protected <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>readResolve</B>()</PRE>
187<DL>
188<DD>Method that we need to override to actually make restoration go
189 through constructors etc.
190 Also: must be overridden by sub-classes as well.
191<P>
192<DD><DL>
193</DD>
194</DL>
195</DL>
196<A NAME="serializedForm"><!-- --></A>
197<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
198<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
199<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
200<B>Serialized Fields</B></FONT></TH>
201</TR>
202</TABLE>
203
204<H3>
205_objectCodec</H3>
206<PRE>
207<A HREF="com/fasterxml/jackson/core/ObjectCodec.html" title="class in com.fasterxml.jackson.core">ObjectCodec</A> <B>_objectCodec</B></PRE>
208<DL>
209<DD>Object that implements conversion functionality between
210 Java objects and JSON content. For base JsonFactory implementation
211 usually not set by default, but can be explicitly set.
212 Sub-classes (like @link org.codehaus.jackson.map.MappingJsonFactory}
213 usually provide an implementation.
214<P>
215<DL>
216</DL>
217</DL>
218<HR>
219<H3>
220_factoryFeatures</H3>
221<PRE>
222int <B>_factoryFeatures</B></PRE>
223<DL>
224<DD>Currently enabled factory features.
225<P>
226<DL>
227</DL>
228</DL>
229<HR>
230<H3>
231_parserFeatures</H3>
232<PRE>
233int <B>_parserFeatures</B></PRE>
234<DL>
235<DD>Currently enabled parser features.
236<P>
237<DL>
238</DL>
239</DL>
240<HR>
241<H3>
242_generatorFeatures</H3>
243<PRE>
244int <B>_generatorFeatures</B></PRE>
245<DL>
246<DD>Currently enabled generator features.
247<P>
248<DL>
249</DL>
250</DL>
251<HR>
252<H3>
253_characterEscapes</H3>
254<PRE>
255<A HREF="com/fasterxml/jackson/core/io/CharacterEscapes.html" title="class in com.fasterxml.jackson.core.io">CharacterEscapes</A> <B>_characterEscapes</B></PRE>
256<DL>
257<DD>Definition of custom character escapes to use for generators created
258 by this factory, if any. If null, standard data format specific
259 escapes are used.
260<P>
261<DL>
262</DL>
263</DL>
264<HR>
265<H3>
266_inputDecorator</H3>
267<PRE>
268<A HREF="com/fasterxml/jackson/core/io/InputDecorator.html" title="class in com.fasterxml.jackson.core.io">InputDecorator</A> <B>_inputDecorator</B></PRE>
269<DL>
270<DD>Optional helper object that may decorate input sources, to do
271 additional processing on input during parsing.
272<P>
273<DL>
274</DL>
275</DL>
276<HR>
277<H3>
278_outputDecorator</H3>
279<PRE>
280<A HREF="com/fasterxml/jackson/core/io/OutputDecorator.html" title="class in com.fasterxml.jackson.core.io">OutputDecorator</A> <B>_outputDecorator</B></PRE>
281<DL>
282<DD>Optional helper object that may decorate output object, to do
283 additional processing on output during content generation.
284<P>
285<DL>
286</DL>
287</DL>
288<HR>
289<H3>
290_rootValueSeparator</H3>
291<PRE>
292<A HREF="com/fasterxml/jackson/core/SerializableString.html" title="interface in com.fasterxml.jackson.core">SerializableString</A> <B>_rootValueSeparator</B></PRE>
293<DL>
294<DD>Separator used between root-level values, if any; null indicates
295 "do not add separator".
296 Default separator is a single space character.
297<P>
298<DL>
299<DT><B>Since:</B></DT>
300  <DD>2.1</DD>
301</DL>
302</DL>
303
304<P>
305<A NAME="com.fasterxml.jackson.core.JsonGenerationException"><!-- --></A>
306<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
307<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
308<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
309<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>
310</TR>
311</TABLE>
312
313<P>
314<B>serialVersionUID:&nbsp;</B>123L
315
316<P>
317
318<P>
319<A NAME="com.fasterxml.jackson.core.JsonLocation"><!-- --></A>
320<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
321<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
322<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
323<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>
324</TR>
325</TABLE>
326
327<P>
328<B>serialVersionUID:&nbsp;</B>1L
329
330<P>
331<A NAME="serializedForm"><!-- --></A>
332<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
333<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
334<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
335<B>Serialized Fields</B></FONT></TH>
336</TR>
337</TABLE>
338
339<H3>
340_totalBytes</H3>
341<PRE>
342long <B>_totalBytes</B></PRE>
343<DL>
344<DL>
345</DL>
346</DL>
347<HR>
348<H3>
349_totalChars</H3>
350<PRE>
351long <B>_totalChars</B></PRE>
352<DL>
353<DL>
354</DL>
355</DL>
356<HR>
357<H3>
358_lineNr</H3>
359<PRE>
360int <B>_lineNr</B></PRE>
361<DL>
362<DL>
363</DL>
364</DL>
365<HR>
366<H3>
367_columnNr</H3>
368<PRE>
369int <B>_columnNr</B></PRE>
370<DL>
371<DL>
372</DL>
373</DL>
374<HR>
375<H3>
376_sourceRef</H3>
377<PRE>
378<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>
379<DL>
380<DD>Displayable description for input source: file path, url
381<P>
382<DL>
383</DL>
384</DL>
385
386<P>
387<A NAME="com.fasterxml.jackson.core.JsonParseException"><!-- --></A>
388<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
389<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
390<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
391<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>
392</TR>
393</TABLE>
394
395<P>
396<B>serialVersionUID:&nbsp;</B>123L
397
398<P>
399
400<P>
401<A NAME="com.fasterxml.jackson.core.JsonProcessingException"><!-- --></A>
402<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
403<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
404<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
405<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>
406</TR>
407</TABLE>
408
409<P>
410<B>serialVersionUID:&nbsp;</B>123L
411
412<P>
413<A NAME="serializedForm"><!-- --></A>
414<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
415<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
416<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
417<B>Serialized Fields</B></FONT></TH>
418</TR>
419</TABLE>
420
421<H3>
422_location</H3>
423<PRE>
424<A HREF="com/fasterxml/jackson/core/JsonLocation.html" title="class in com.fasterxml.jackson.core">JsonLocation</A> <B>_location</B></PRE>
425<DL>
426<DL>
427</DL>
428</DL>
429
430<P>
431<A NAME="com.fasterxml.jackson.core.Version"><!-- --></A>
432<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
433<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
434<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
435<B>Class <A HREF="com/fasterxml/jackson/core/Version.html" title="class in com.fasterxml.jackson.core">com.fasterxml.jackson.core.Version</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>
436</TR>
437</TABLE>
438
439<P>
440<B>serialVersionUID:&nbsp;</B>1L
441
442<P>
443<A NAME="serializedForm"><!-- --></A>
444<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
445<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
446<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
447<B>Serialized Fields</B></FONT></TH>
448</TR>
449</TABLE>
450
451<H3>
452_majorVersion</H3>
453<PRE>
454int <B>_majorVersion</B></PRE>
455<DL>
456<DL>
457</DL>
458</DL>
459<HR>
460<H3>
461_minorVersion</H3>
462<PRE>
463int <B>_minorVersion</B></PRE>
464<DL>
465<DL>
466</DL>
467</DL>
468<HR>
469<H3>
470_patchLevel</H3>
471<PRE>
472int <B>_patchLevel</B></PRE>
473<DL>
474<DL>
475</DL>
476</DL>
477<HR>
478<H3>
479_groupId</H3>
480<PRE>
481<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> <B>_groupId</B></PRE>
482<DL>
483<DL>
484</DL>
485</DL>
486<HR>
487<H3>
488_artifactId</H3>
489<PRE>
490<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> <B>_artifactId</B></PRE>
491<DL>
492<DL>
493</DL>
494</DL>
495<HR>
496<H3>
497_snapshotInfo</H3>
498<PRE>
499<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> <B>_snapshotInfo</B></PRE>
500<DL>
501<DD>Additional information for snapshot versions; null for non-snapshot
502 (release) versions.
503<P>
504<DL>
505</DL>
506</DL>
507<HR SIZE="4" NOSHADE>
508
509<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
510<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
511<TH ALIGN="center"><FONT SIZE="+2">
512<B>Package</B> <B>com.fasterxml.jackson.core.io</B></FONT></TH>
513</TR>
514</TABLE>
515
516<P>
517<A NAME="com.fasterxml.jackson.core.io.CharacterEscapes"><!-- --></A>
518<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
519<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
520<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
521<B>Class <A HREF="com/fasterxml/jackson/core/io/CharacterEscapes.html" title="class in com.fasterxml.jackson.core.io">com.fasterxml.jackson.core.io.CharacterEscapes</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>
522</TR>
523</TABLE>
524
525<P>
526<B>serialVersionUID:&nbsp;</B>1L
527
528<P>
529
530<P>
531<A NAME="com.fasterxml.jackson.core.io.InputDecorator"><!-- --></A>
532<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
533<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
534<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
535<B>Class <A HREF="com/fasterxml/jackson/core/io/InputDecorator.html" title="class in com.fasterxml.jackson.core.io">com.fasterxml.jackson.core.io.InputDecorator</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>
536</TR>
537</TABLE>
538
539<P>
540<B>serialVersionUID:&nbsp;</B>1L
541
542<P>
543
544<P>
545<A NAME="com.fasterxml.jackson.core.io.OutputDecorator"><!-- --></A>
546<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
547<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
548<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
549<B>Class <A HREF="com/fasterxml/jackson/core/io/OutputDecorator.html" title="class in com.fasterxml.jackson.core.io">com.fasterxml.jackson.core.io.OutputDecorator</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>
550</TR>
551</TABLE>
552
553<P>
554<B>serialVersionUID:&nbsp;</B>1L
555
556<P>
557
558<P>
559<A NAME="com.fasterxml.jackson.core.io.SerializedString"><!-- --></A>
560<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
561<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
562<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
563<B>Class <A HREF="com/fasterxml/jackson/core/io/SerializedString.html" title="class in com.fasterxml.jackson.core.io">com.fasterxml.jackson.core.io.SerializedString</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>
564</TR>
565</TABLE>
566
567<P>
568<A NAME="serialized_methods"><!-- --></A>
569<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
570<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
571<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
572<B>Serialization Methods</B></FONT></TH>
573</TR>
574</TABLE>
575
576<P>
577<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
578readObject</H3>
579<PRE>
580private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
581                 throws <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></PRE>
582<DL>
583<DD><DL>
584
585<DT><B>Throws:</B>
586<DD><CODE><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></CODE></DD>
587</DL>
588</DL>
589<HR>
590<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
591writeObject</H3>
592<PRE>
593private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</A>&nbsp;out)
594                  throws <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></PRE>
595<DL>
596<DD><DL>
597
598<DT><B>Throws:</B>
599<DD><CODE><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></CODE></DD>
600</DL>
601</DL>
602<HR>
603<A NAME="readResolve()"><!-- --></A><H3>
604readResolve</H3>
605<PRE>
606protected <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>readResolve</B>()</PRE>
607<DL>
608<DD><DL>
609</DD>
610</DL>
611</DL>
612<A NAME="serializedForm"><!-- --></A>
613<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
614<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
615<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
616<B>Serialized Fields</B></FONT></TH>
617</TR>
618</TABLE>
619
620<H3>
621_value</H3>
622<PRE>
623<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> <B>_value</B></PRE>
624<DL>
625<DL>
626</DL>
627</DL>
628<HR>
629<H3>
630_quotedUTF8Ref</H3>
631<PRE>
632byte[] <B>_quotedUTF8Ref</B></PRE>
633<DL>
634<DL>
635</DL>
636</DL>
637<HR>
638<H3>
639_unquotedUTF8Ref</H3>
640<PRE>
641byte[] <B>_unquotedUTF8Ref</B></PRE>
642<DL>
643<DL>
644</DL>
645</DL>
646<HR>
647<H3>
648_quotedChars</H3>
649<PRE>
650char[] <B>_quotedChars</B></PRE>
651<DL>
652<DL>
653</DL>
654</DL>
655<HR SIZE="4" NOSHADE>
656
657<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
658<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
659<TH ALIGN="center"><FONT SIZE="+2">
660<B>Package</B> <B>com.fasterxml.jackson.core.util</B></FONT></TH>
661</TR>
662</TABLE>
663
664<P>
665<A NAME="com.fasterxml.jackson.core.util.DefaultPrettyPrinter"><!-- --></A>
666<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
667<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
668<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
669<B>Class <A HREF="com/fasterxml/jackson/core/util/DefaultPrettyPrinter.html" title="class in com.fasterxml.jackson.core.util">com.fasterxml.jackson.core.util.DefaultPrettyPrinter</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>
670</TR>
671</TABLE>
672
673<P>
674<B>serialVersionUID:&nbsp;</B>-5512586643324525213L
675
676<P>
677<A NAME="serializedForm"><!-- --></A>
678<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
679<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
680<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
681<B>Serialized Fields</B></FONT></TH>
682</TR>
683</TABLE>
684
685<H3>
686_arrayIndenter</H3>
687<PRE>
688<A HREF="com/fasterxml/jackson/core/util/DefaultPrettyPrinter.Indenter.html" title="interface in com.fasterxml.jackson.core.util">DefaultPrettyPrinter.Indenter</A> <B>_arrayIndenter</B></PRE>
689<DL>
690<DD>By default, let's use only spaces to separate array values.
691<P>
692<DL>
693</DL>
694</DL>
695<HR>
696<H3>
697_objectIndenter</H3>
698<PRE>
699<A HREF="com/fasterxml/jackson/core/util/DefaultPrettyPrinter.Indenter.html" title="interface in com.fasterxml.jackson.core.util">DefaultPrettyPrinter.Indenter</A> <B>_objectIndenter</B></PRE>
700<DL>
701<DD>By default, let's use linefeed-adding indenter for separate
702 object entries. We'll further configure indenter to use
703 system-specific linefeeds, and 2 spaces per level (as opposed to,
704 say, single tabs)
705<P>
706<DL>
707</DL>
708</DL>
709<HR>
710<H3>
711_rootSeparator</H3>
712<PRE>
713<A HREF="com/fasterxml/jackson/core/SerializableString.html" title="interface in com.fasterxml.jackson.core">SerializableString</A> <B>_rootSeparator</B></PRE>
714<DL>
715<DD>String printed between root-level values, if any.
716<P>
717<DL>
718</DL>
719</DL>
720<HR>
721<H3>
722_spacesInObjectEntries</H3>
723<PRE>
724boolean <B>_spacesInObjectEntries</B></PRE>
725<DL>
726<DD>By default we will add spaces around colons used to
727 separate object fields and values.
728 If disabled, will not use spaces around colon.
729<P>
730<DL>
731</DL>
732</DL>
733
734<P>
735<A NAME="com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter"><!-- --></A>
736<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
737<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
738<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
739<B>Class <A HREF="com/fasterxml/jackson/core/util/DefaultPrettyPrinter.FixedSpaceIndenter.html" title="class in com.fasterxml.jackson.core.util">com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter</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>
740</TR>
741</TABLE>
742
743<P>
744<B>serialVersionUID:&nbsp;</B>1L
745
746<P>
747
748<P>
749<A NAME="com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Lf2SpacesIndenter"><!-- --></A>
750<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
751<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
752<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
753<B>Class <A HREF="com/fasterxml/jackson/core/util/DefaultPrettyPrinter.Lf2SpacesIndenter.html" title="class in com.fasterxml.jackson.core.util">com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Lf2SpacesIndenter</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>
754</TR>
755</TABLE>
756
757<P>
758<B>serialVersionUID:&nbsp;</B>1L
759
760<P>
761
762<P>
763<A NAME="com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter"><!-- --></A>
764<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
765<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
766<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
767<B>Class <A HREF="com/fasterxml/jackson/core/util/DefaultPrettyPrinter.NopIndenter.html" title="class in com.fasterxml.jackson.core.util">com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter</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>
768</TR>
769</TABLE>
770
771<P>
772<B>serialVersionUID:&nbsp;</B>1L
773
774<P>
775
776<P>
777<A NAME="com.fasterxml.jackson.core.util.InternCache"><!-- --></A>
778<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
779<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
780<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
781<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>
782</TR>
783</TABLE>
784
785<P>
786
787<P>
788<A NAME="com.fasterxml.jackson.core.util.MinimalPrettyPrinter"><!-- --></A>
789<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
790<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
791<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
792<B>Class <A HREF="com/fasterxml/jackson/core/util/MinimalPrettyPrinter.html" title="class in com.fasterxml.jackson.core.util">com.fasterxml.jackson.core.util.MinimalPrettyPrinter</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>
793</TR>
794</TABLE>
795
796<P>
797<B>serialVersionUID:&nbsp;</B>-562765100295218442L
798
799<P>
800<A NAME="serializedForm"><!-- --></A>
801<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
802<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
803<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
804<B>Serialized Fields</B></FONT></TH>
805</TR>
806</TABLE>
807
808<H3>
809_rootValueSeparator</H3>
810<PRE>
811<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> <B>_rootValueSeparator</B></PRE>
812<DL>
813<DL>
814</DL>
815</DL>
816
817<P>
818<HR>
819
820
821<!-- ======= START OF BOTTOM NAVBAR ====== -->
822<A NAME="navbar_bottom"><!-- --></A>
823<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
824<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
825<TR><td rowspan='3'><script type="text/javascript"><!--
826google_ad_client = "pub-1467773697956887";
827/* Jackson-ad-small */
828google_ad_slot = "6699487946";
829google_ad_width = 234;
830google_ad_height = 60;
831//-->
832</script>
833<script type="text/javascript"
834src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
835</script>
836<!-- GA -->
837<script type="text/javascript">
838var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
839document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
840</script>
841<script type="text/javascript">
842try {
843var pageTracker = _gat._getTracker("UA-140287-6");
844pageTracker._trackPageview();
845} catch(err) {}
846</script>
847</td>
848<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
849<A NAME="navbar_bottom_firstrow"><!-- --></A>
850<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
851  <TR ALIGN="center" VALIGN="top">
852  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
853  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
854  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
855  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
856  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
857  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
858  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
859  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
860  </TR>
861</TABLE>
862</TD>
863<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
864</EM>
865</TD>
866</TR>
867
868<TR>
869<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
870&nbsp;PREV&nbsp;
871&nbsp;NEXT</FONT></TD>
872<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
873  <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>  &nbsp;
874&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
875&nbsp;<SCRIPT type="text/javascript">
876  <!--
877  if(window==top) {
878    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
879  }
880  //-->
881</SCRIPT>
882<NOSCRIPT>
883  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
884</NOSCRIPT>
885
886
887</FONT></TD>
888</TR>
889</TABLE>
890<A NAME="skip-navbar_bottom"></A>
891<!-- ======== END OF BOTTOM NAVBAR ======= -->
892
893<HR>
894Copyright &#169; 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.
895</BODY>
896</HTML>
897