1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:34 PDT 2013 --> 6<title>Uses of Interface org.codehaus.jackson.SerializableString (Jackson JSON Processor)</title> 7<meta name="date" content="2013-07-14"> 8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 9</head> 10<body> 11<script type="text/javascript"><!-- 12 if (location.href.indexOf('is-external=true') == -1) { 13 parent.document.title="Uses of Interface org.codehaus.jackson.SerializableString (Jackson JSON Processor)"; 14 } 15//--> 16</script> 17<noscript> 18<div>JavaScript is disabled on your browser.</div> 19</noscript> 20<!-- ========= START OF TOP NAVBAR ======= --> 21<div class="topNav"><a name="navbar_top"> 22<!-- --> 23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 24<!-- --> 25</a> 26<ul class="navList" title="Navigation"> 27<li><a href="../../../../overview-summary.html">Overview</a></li> 28<li><a href="../package-summary.html">Package</a></li> 29<li><a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">Class</a></li> 30<li class="navBarCell1Rev">Use</li> 31<li><a href="../package-tree.html">Tree</a></li> 32<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 33<li><a href="../../../../index-all.html">Index</a></li> 34<li><a href="../../../../help-doc.html">Help</a></li> 35</ul> 36</div> 37<div class="subNav"> 38<ul class="navList"> 39<li>Prev</li> 40<li>Next</li> 41</ul> 42<ul class="navList"> 43<li><a href="../../../../index.html?org/codehaus/jackson/class-use/SerializableString.html" target="_top">Frames</a></li> 44<li><a href="SerializableString.html" target="_top">No Frames</a></li> 45</ul> 46<ul class="navList" id="allclasses_navbar_top"> 47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 48</ul> 49<div> 50<script type="text/javascript"><!-- 51 allClassesLink = document.getElementById("allclasses_navbar_top"); 52 if(window==top) { 53 allClassesLink.style.display = "block"; 54 } 55 else { 56 allClassesLink.style.display = "none"; 57 } 58 //--> 59</script> 60</div> 61<a name="skip-navbar_top"> 62<!-- --> 63</a></div> 64<!-- ========= END OF TOP NAVBAR ========= --> 65<div class="header"> 66<h2 title="Uses of Interface org.codehaus.jackson.SerializableString" class="title">Uses of Interface<br>org.codehaus.jackson.SerializableString</h2> 67</div> 68<div class="classUseContainer"> 69<ul class="blockList"> 70<li class="blockList"> 71<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> 72<caption><span>Packages that use <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></span><span class="tabEnd"> </span></caption> 73<tr> 74<th class="colFirst" scope="col">Package</th> 75<th class="colLast" scope="col">Description</th> 76</tr> 77<tbody> 78<tr class="altColor"> 79<td class="colFirst"><a href="#org.codehaus.jackson">org.codehaus.jackson</a></td> 80<td class="colLast"> 81<div class="block">Main public API classes of the core streaming JSON 82 processor: most importantly <a href="../../../../org/codehaus/jackson/JsonFactory.html" title="class in org.codehaus.jackson"><code>JsonFactory</code></a> 83 used for constructing 84 JSON parser (<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>) 85 and generator 86 (<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>) 87 instances.</div> 88</td> 89</tr> 90<tr class="rowColor"> 91<td class="colFirst"><a href="#org.codehaus.jackson.impl">org.codehaus.jackson.impl</a></td> 92<td class="colLast"> 93<div class="block">Parser and generator implementation classes that Jackson 94 defines and uses.</div> 95</td> 96</tr> 97<tr class="altColor"> 98<td class="colFirst"><a href="#org.codehaus.jackson.io">org.codehaus.jackson.io</a></td> 99<td class="colLast"> 100<div class="block">This package contains I/O helper classes Jackson itself uses, but that 101are not exposed for external reuse.</div> 102</td> 103</tr> 104<tr class="rowColor"> 105<td class="colFirst"><a href="#org.codehaus.jackson.smile">org.codehaus.jackson.smile</a></td> 106<td class="colLast"> 107<div class="block">Package that contains experimental implementation of 108 "Binary-Encoded JSON-Like" data format handlers (parser, 109 generator, factory produce both, supporting constants).</div> 110</td> 111</tr> 112<tr class="altColor"> 113<td class="colFirst"><a href="#org.codehaus.jackson.util">org.codehaus.jackson.util</a></td> 114<td class="colLast"> 115<div class="block">Utility classes used by Jackson Core functionality.</div> 116</td> 117</tr> 118</tbody> 119</table> 120</li> 121<li class="blockList"> 122<ul class="blockList"> 123<li class="blockList"><a name="org.codehaus.jackson"> 124<!-- --> 125</a> 126<h3>Uses of <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a></h3> 127<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 128<caption><span>Methods in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a> with parameters of type <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></span><span class="tabEnd"> </span></caption> 129<tr> 130<th class="colFirst" scope="col">Modifier and Type</th> 131<th class="colLast" scope="col">Method and Description</th> 132</tr> 133<tbody> 134<tr class="altColor"> 135<td class="colFirst"><code>boolean</code></td> 136<td class="colLast"><span class="strong">JsonParser.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonParser.html#nextFieldName(org.codehaus.jackson.SerializableString)">nextFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> str)</code> 137<div class="block">Method that fetches next token (as if calling <a href="../../../../org/codehaus/jackson/JsonParser.html#nextToken()"><code>JsonParser.nextToken()</code></a>) and 138 verifies whether it is <a href="../../../../org/codehaus/jackson/JsonToken.html#FIELD_NAME"><code>JsonToken.FIELD_NAME</code></a> with specified name 139 and returns result of that comparison.</div> 140</td> 141</tr> 142<tr class="rowColor"> 143<td class="colFirst"><code>void</code></td> 144<td class="colLast"><span class="strong">JsonGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonGenerator.html#writeFieldName(org.codehaus.jackson.SerializableString)">writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name)</code> 145<div class="block">Method similar to <a href="../../../../org/codehaus/jackson/JsonGenerator.html#writeFieldName(java.lang.String)"><code>JsonGenerator.writeFieldName(String)</code></a>, main difference 146 being that it may perform better as some of processing (such as 147 quoting of certain characters, or encoding into external encoding 148 if supported by generator) can be done just once and reused for 149 later calls.</div> 150</td> 151</tr> 152<tr class="altColor"> 153<td class="colFirst"><code>void</code></td> 154<td class="colLast"><span class="strong">JsonGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonGenerator.html#writeString(org.codehaus.jackson.SerializableString)">writeString</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> text)</code> 155<div class="block">Method similar to <a href="../../../../org/codehaus/jackson/JsonGenerator.html#writeString(java.lang.String)"><code>JsonGenerator.writeString(String)</code></a>, but that takes 156 <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson"><code>SerializableString</code></a> which can make this potentially 157 more efficient to call as generator may be able to reuse 158 quoted and/or encoded representation.</div> 159</td> 160</tr> 161</tbody> 162</table> 163</li> 164<li class="blockList"><a name="org.codehaus.jackson.impl"> 165<!-- --> 166</a> 167<h3>Uses of <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a></h3> 168<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> 169<caption><span>Fields in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a> declared as <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></span><span class="tabEnd"> </span></caption> 170<tr> 171<th class="colFirst" scope="col">Modifier and Type</th> 172<th class="colLast" scope="col">Field and Description</th> 173</tr> 174<tbody> 175<tr class="altColor"> 176<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></code></td> 177<td class="colLast"><span class="strong">WriterBasedGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/WriterBasedGenerator.html#_currentEscape">_currentEscape</a></strong></code> 178<div class="block">When custom escapes are used, this member variable can be used to 179 store escape to use</div> 180</td> 181</tr> 182</tbody> 183</table> 184<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 185<caption><span>Methods in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a> with parameters of type <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></span><span class="tabEnd"> </span></caption> 186<tr> 187<th class="colFirst" scope="col">Modifier and Type</th> 188<th class="colLast" scope="col">Method and Description</th> 189</tr> 190<tbody> 191<tr class="altColor"> 192<td class="colFirst"><code>protected void</code></td> 193<td class="colLast"><span class="strong">Utf8Generator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/Utf8Generator.html#_writeFieldName(org.codehaus.jackson.SerializableString)">_writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name)</code> </td> 194</tr> 195<tr class="rowColor"> 196<td class="colFirst"><code>void</code></td> 197<td class="colLast"><span class="strong">WriterBasedGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/WriterBasedGenerator.html#_writeFieldName(org.codehaus.jackson.SerializableString, boolean)">_writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name, 198 boolean commaBefore)</code> </td> 199</tr> 200<tr class="altColor"> 201<td class="colFirst"><code>protected void</code></td> 202<td class="colLast"><span class="strong">WriterBasedGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/WriterBasedGenerator.html#_writePPFieldName(org.codehaus.jackson.SerializableString, boolean)">_writePPFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name, 203 boolean commaBefore)</code> </td> 204</tr> 205<tr class="rowColor"> 206<td class="colFirst"><code>protected void</code></td> 207<td class="colLast"><span class="strong">Utf8Generator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/Utf8Generator.html#_writePPFieldName(org.codehaus.jackson.SerializableString, boolean)">_writePPFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name, 208 boolean commaBefore)</code> </td> 209</tr> 210<tr class="altColor"> 211<td class="colFirst"><code>boolean</code></td> 212<td class="colLast"><span class="strong">Utf8StreamParser.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/Utf8StreamParser.html#nextFieldName(org.codehaus.jackson.SerializableString)">nextFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> str)</code> </td> 213</tr> 214<tr class="rowColor"> 215<td class="colFirst"><code>void</code></td> 216<td class="colLast"><span class="strong">WriterBasedGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/WriterBasedGenerator.html#writeFieldName(org.codehaus.jackson.SerializableString)">writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name)</code> </td> 217</tr> 218<tr class="altColor"> 219<td class="colFirst"><code>void</code></td> 220<td class="colLast"><span class="strong">Utf8Generator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/Utf8Generator.html#writeFieldName(org.codehaus.jackson.SerializableString)">writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name)</code> </td> 221</tr> 222<tr class="rowColor"> 223<td class="colFirst"><code>void</code></td> 224<td class="colLast"><span class="strong">WriterBasedGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/WriterBasedGenerator.html#writeString(org.codehaus.jackson.SerializableString)">writeString</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> sstr)</code> </td> 225</tr> 226<tr class="altColor"> 227<td class="colFirst"><code>void</code></td> 228<td class="colLast"><span class="strong">Utf8Generator.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/Utf8Generator.html#writeString(org.codehaus.jackson.SerializableString)">writeString</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> text)</code> </td> 229</tr> 230</tbody> 231</table> 232</li> 233<li class="blockList"><a name="org.codehaus.jackson.io"> 234<!-- --> 235</a> 236<h3>Uses of <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> in <a href="../../../../org/codehaus/jackson/io/package-summary.html">org.codehaus.jackson.io</a></h3> 237<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 238<caption><span>Classes in <a href="../../../../org/codehaus/jackson/io/package-summary.html">org.codehaus.jackson.io</a> that implement <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></span><span class="tabEnd"> </span></caption> 239<tr> 240<th class="colFirst" scope="col">Modifier and Type</th> 241<th class="colLast" scope="col">Class and Description</th> 242</tr> 243<tbody> 244<tr class="altColor"> 245<td class="colFirst"><code>class </code></td> 246<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/io/SerializedString.html" title="class in org.codehaus.jackson.io">SerializedString</a></strong></code> 247<div class="block">String token that can lazily serialize String contained and then reuse that 248 serialization later on.</div> 249</td> 250</tr> 251</tbody> 252</table> 253<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 254<caption><span>Methods in <a href="../../../../org/codehaus/jackson/io/package-summary.html">org.codehaus.jackson.io</a> that return <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></span><span class="tabEnd"> </span></caption> 255<tr> 256<th class="colFirst" scope="col">Modifier and Type</th> 257<th class="colLast" scope="col">Method and Description</th> 258</tr> 259<tbody> 260<tr class="altColor"> 261<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></code></td> 262<td class="colLast"><span class="strong">CharacterEscapes.</span><code><strong><a href="../../../../org/codehaus/jackson/io/CharacterEscapes.html#getEscapeSequence(int)">getEscapeSequence</a></strong>(int ch)</code> 263<div class="block">Method generators can call to get lookup table for determining 264 exact escape sequence to use for given character.</div> 265</td> 266</tr> 267</tbody> 268</table> 269</li> 270<li class="blockList"><a name="org.codehaus.jackson.smile"> 271<!-- --> 272</a> 273<h3>Uses of <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> in <a href="../../../../org/codehaus/jackson/smile/package-summary.html">org.codehaus.jackson.smile</a></h3> 274<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 275<caption><span>Methods in <a href="../../../../org/codehaus/jackson/smile/package-summary.html">org.codehaus.jackson.smile</a> with parameters of type <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></span><span class="tabEnd"> </span></caption> 276<tr> 277<th class="colFirst" scope="col">Modifier and Type</th> 278<th class="colLast" scope="col">Method and Description</th> 279</tr> 280<tbody> 281<tr class="altColor"> 282<td class="colFirst"><code>protected void</code></td> 283<td class="colLast"><span class="strong">SmileGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileGenerator.html#_writeFieldName(org.codehaus.jackson.SerializableString)">_writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name)</code> </td> 284</tr> 285<tr class="rowColor"> 286<td class="colFirst"><code>protected void</code></td> 287<td class="colLast"><span class="strong">SmileGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileGenerator.html#_writeFieldNameUnicode(org.codehaus.jackson.SerializableString, byte[])">_writeFieldNameUnicode</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name, 288 byte[] bytes)</code> </td> 289</tr> 290<tr class="altColor"> 291<td class="colFirst"><code>boolean</code></td> 292<td class="colLast"><span class="strong">SmileParser.</span><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParser.html#nextFieldName(org.codehaus.jackson.SerializableString)">nextFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> str)</code> </td> 293</tr> 294<tr class="rowColor"> 295<td class="colFirst"><code>void</code></td> 296<td class="colLast"><span class="strong">SmileGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileGenerator.html#writeFieldName(org.codehaus.jackson.SerializableString)">writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name)</code> </td> 297</tr> 298<tr class="altColor"> 299<td class="colFirst"><code>void</code></td> 300<td class="colLast"><span class="strong">SmileGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileGenerator.html#writeString(org.codehaus.jackson.SerializableString)">writeString</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> sstr)</code> </td> 301</tr> 302</tbody> 303</table> 304</li> 305<li class="blockList"><a name="org.codehaus.jackson.util"> 306<!-- --> 307</a> 308<h3>Uses of <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a></h3> 309<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 310<caption><span>Methods in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> with parameters of type <a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a></span><span class="tabEnd"> </span></caption> 311<tr> 312<th class="colFirst" scope="col">Modifier and Type</th> 313<th class="colLast" scope="col">Method and Description</th> 314</tr> 315<tbody> 316<tr class="altColor"> 317<td class="colFirst"><code>void</code></td> 318<td class="colLast"><span class="strong">TokenBuffer.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html#writeFieldName(org.codehaus.jackson.SerializableString)">writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name)</code> </td> 319</tr> 320<tr class="rowColor"> 321<td class="colFirst"><code>void</code></td> 322<td class="colLast"><span class="strong">JsonGeneratorDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonGeneratorDelegate.html#writeFieldName(org.codehaus.jackson.SerializableString)">writeFieldName</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> name)</code> </td> 323</tr> 324<tr class="altColor"> 325<td class="colFirst"><code>void</code></td> 326<td class="colLast"><span class="strong">TokenBuffer.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html#writeString(org.codehaus.jackson.SerializableString)">writeString</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> text)</code> </td> 327</tr> 328<tr class="rowColor"> 329<td class="colFirst"><code>void</code></td> 330<td class="colLast"><span class="strong">JsonGeneratorDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonGeneratorDelegate.html#writeString(org.codehaus.jackson.SerializableString)">writeString</a></strong>(<a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">SerializableString</a> text)</code> </td> 331</tr> 332</tbody> 333</table> 334</li> 335</ul> 336</li> 337</ul> 338</div> 339<!-- ======= START OF BOTTOM NAVBAR ====== --> 340<div class="bottomNav"><a name="navbar_bottom"> 341<!-- --> 342</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 343<!-- --> 344</a> 345<ul class="navList" title="Navigation"> 346<li><a href="../../../../overview-summary.html">Overview</a></li> 347<li><a href="../package-summary.html">Package</a></li> 348<li><a href="../../../../org/codehaus/jackson/SerializableString.html" title="interface in org.codehaus.jackson">Class</a></li> 349<li class="navBarCell1Rev">Use</li> 350<li><a href="../package-tree.html">Tree</a></li> 351<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 352<li><a href="../../../../index-all.html">Index</a></li> 353<li><a href="../../../../help-doc.html">Help</a></li> 354</ul> 355</div> 356<div class="subNav"> 357<ul class="navList"> 358<li>Prev</li> 359<li>Next</li> 360</ul> 361<ul class="navList"> 362<li><a href="../../../../index.html?org/codehaus/jackson/class-use/SerializableString.html" target="_top">Frames</a></li> 363<li><a href="SerializableString.html" target="_top">No Frames</a></li> 364</ul> 365<ul class="navList" id="allclasses_navbar_bottom"> 366<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 367</ul> 368<div> 369<script type="text/javascript"><!-- 370 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 371 if(window==top) { 372 allClassesLink.style.display = "block"; 373 } 374 else { 375 allClassesLink.style.display = "none"; 376 } 377 //--> 378</script> 379</div> 380<a name="skip-navbar_bottom"> 381<!-- --> 382</a></div> 383<!-- ======== END OF BOTTOM NAVBAR ======= --> 384</body> 385</html> 386