• 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 lang="en">
4<head>
5<!-- Generated by javadoc (version 1.7.0_25) on Sat Nov 16 21:43:20 PST 2013 -->
6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7<title>Uses of Interface com.fasterxml.jackson.databind.JsonSerializable (jackson-databind 2.3.0 API)</title>
8<meta name="date" content="2013-11-16">
9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
10</head>
11<body>
12<script type="text/javascript"><!--
13    if (location.href.indexOf('is-external=true') == -1) {
14        parent.document.title="Uses of Interface com.fasterxml.jackson.databind.JsonSerializable (jackson-databind 2.3.0 API)";
15    }
16//-->
17</script>
18<noscript>
19<div>JavaScript is disabled on your browser.</div>
20</noscript>
21<!-- ========= START OF TOP NAVBAR ======= -->
22<div class="topNav"><a name="navbar_top">
23<!--   -->
24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
25<!--   -->
26</a>
27<ul class="navList" title="Navigation">
28<li><a href="../../../../../overview-summary.html">Overview</a></li>
29<li><a href="../package-summary.html">Package</a></li>
30<li><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">Class</a></li>
31<li class="navBarCell1Rev">Use</li>
32<li><a href="../package-tree.html">Tree</a></li>
33<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
34<li><a href="../../../../../index-all.html">Index</a></li>
35<li><a href="../../../../../help-doc.html">Help</a></li>
36</ul>
37</div>
38<div class="subNav">
39<ul class="navList">
40<li>Prev</li>
41<li>Next</li>
42</ul>
43<ul class="navList">
44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/JsonSerializable.html" target="_top">Frames</a></li>
45<li><a href="JsonSerializable.html" target="_top">No Frames</a></li>
46</ul>
47<ul class="navList" id="allclasses_navbar_top">
48<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
49</ul>
50<div>
51<script type="text/javascript"><!--
52  allClassesLink = document.getElementById("allclasses_navbar_top");
53  if(window==top) {
54    allClassesLink.style.display = "block";
55  }
56  else {
57    allClassesLink.style.display = "none";
58  }
59  //-->
60</script>
61</div>
62<a name="skip-navbar_top">
63<!--   -->
64</a></div>
65<!-- ========= END OF TOP NAVBAR ========= -->
66<div class="header">
67<h2 title="Uses of Interface com.fasterxml.jackson.databind.JsonSerializable" class="title">Uses of Interface<br>com.fasterxml.jackson.databind.JsonSerializable</h2>
68</div>
69<div class="classUseContainer">
70<ul class="blockList">
71<li class="blockList">
72<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
73<caption><span>Packages that use <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></span><span class="tabEnd">&nbsp;</span></caption>
74<tr>
75<th class="colFirst" scope="col">Package</th>
76<th class="colLast" scope="col">Description</th>
77</tr>
78<tbody>
79<tr class="altColor">
80<td class="colFirst"><a href="#com.fasterxml.jackson.databind.node">com.fasterxml.jackson.databind.node</a></td>
81<td class="colLast">
82<div class="block">Contains concrete <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><code>JsonNode</code></a> implementations
83 Jackson uses for the Tree model.</div>
84</td>
85</tr>
86<tr class="rowColor">
87<td class="colFirst"><a href="#com.fasterxml.jackson.databind.ser.std">com.fasterxml.jackson.databind.ser.std</a></td>
88<td class="colLast">&nbsp;</td>
89</tr>
90<tr class="altColor">
91<td class="colFirst"><a href="#com.fasterxml.jackson.databind.type">com.fasterxml.jackson.databind.type</a></td>
92<td class="colLast">
93<div class="block">Package that contains concrete implementations of
94 <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a>, as
95 well as the factory (<a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type"><code>TypeFactory</code></a>) for
96 constructing instances from various input data types
97 (like <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect"><code>Type</code></a>)
98 and programmatically (for structured types, arrays,
99 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a>s and <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>s).</div>
100</td>
101</tr>
102<tr class="rowColor">
103<td class="colFirst"><a href="#com.fasterxml.jackson.databind.util">com.fasterxml.jackson.databind.util</a></td>
104<td class="colLast">
105<div class="block">Utility classes for Mapper package.</div>
106</td>
107</tr>
108</tbody>
109</table>
110</li>
111<li class="blockList">
112<ul class="blockList">
113<li class="blockList"><a name="com.fasterxml.jackson.databind.node">
114<!--   -->
115</a>
116<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a> in <a href="../../../../../com/fasterxml/jackson/databind/node/package-summary.html">com.fasterxml.jackson.databind.node</a></h3>
117<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
118<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/node/package-summary.html">com.fasterxml.jackson.databind.node</a> that implement <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></span><span class="tabEnd">&nbsp;</span></caption>
119<tr>
120<th class="colFirst" scope="col">Modifier and Type</th>
121<th class="colLast" scope="col">Class and Description</th>
122</tr>
123<tbody>
124<tr class="altColor">
125<td class="colFirst"><code>class&nbsp;</code></td>
126<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ArrayNode.html" title="class in com.fasterxml.jackson.databind.node">ArrayNode</a></strong></code>
127<div class="block">Node class that represents Arrays mapped from JSON content.</div>
128</td>
129</tr>
130<tr class="rowColor">
131<td class="colFirst"><code>class&nbsp;</code></td>
132<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node">BaseJsonNode</a></strong></code>
133<div class="block">Abstract base class common to all standard <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><code>JsonNode</code></a>
134 implementations.</div>
135</td>
136</tr>
137<tr class="altColor">
138<td class="colFirst"><code>class&nbsp;</code></td>
139<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html" title="class in com.fasterxml.jackson.databind.node">BigIntegerNode</a></strong></code>
140<div class="block">Numeric node that contains simple 64-bit integer values.</div>
141</td>
142</tr>
143<tr class="rowColor">
144<td class="colFirst"><code>class&nbsp;</code></td>
145<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BinaryNode.html" title="class in com.fasterxml.jackson.databind.node">BinaryNode</a></strong></code>
146<div class="block">Value node that contains Base64 encoded binary value, which will be
147 output and stored as Json String value.</div>
148</td>
149</tr>
150<tr class="altColor">
151<td class="colFirst"><code>class&nbsp;</code></td>
152<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a></strong></code>
153<div class="block">This concrete value class is used to contain boolean (true / false)
154 values.</div>
155</td>
156</tr>
157<tr class="rowColor">
158<td class="colFirst"><code>class&nbsp;</code></td>
159<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ContainerNode.html" title="class in com.fasterxml.jackson.databind.node">ContainerNode</a>&lt;T extends <a href="../../../../../com/fasterxml/jackson/databind/node/ContainerNode.html" title="class in com.fasterxml.jackson.databind.node">ContainerNode</a>&lt;T&gt;&gt;</strong></code>
160<div class="block">This intermediate base class is used for all container nodes,
161 specifically, array and object nodes.</div>
162</td>
163</tr>
164<tr class="altColor">
165<td class="colFirst"><code>class&nbsp;</code></td>
166<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/DecimalNode.html" title="class in com.fasterxml.jackson.databind.node">DecimalNode</a></strong></code>
167<div class="block">Numeric node that contains values that do not fit in simple
168 integer (int, long) or floating point (double) values.</div>
169</td>
170</tr>
171<tr class="rowColor">
172<td class="colFirst"><code>class&nbsp;</code></td>
173<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/DoubleNode.html" title="class in com.fasterxml.jackson.databind.node">DoubleNode</a></strong></code>
174<div class="block">Numeric node that contains 64-bit ("double precision")
175 floating point values simple 32-bit integer values.</div>
176</td>
177</tr>
178<tr class="altColor">
179<td class="colFirst"><code>class&nbsp;</code></td>
180<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/FloatNode.html" title="class in com.fasterxml.jackson.databind.node">FloatNode</a></strong></code>
181<div class="block"><code>JsonNode</code> implementation for efficiently containing 32-bit
182 `float` values.</div>
183</td>
184</tr>
185<tr class="rowColor">
186<td class="colFirst"><code>class&nbsp;</code></td>
187<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/IntNode.html" title="class in com.fasterxml.jackson.databind.node">IntNode</a></strong></code>
188<div class="block">Numeric node that contains simple 32-bit integer values.</div>
189</td>
190</tr>
191<tr class="altColor">
192<td class="colFirst"><code>class&nbsp;</code></td>
193<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/LongNode.html" title="class in com.fasterxml.jackson.databind.node">LongNode</a></strong></code>
194<div class="block">Numeric node that contains simple 64-bit integer values.</div>
195</td>
196</tr>
197<tr class="rowColor">
198<td class="colFirst"><code>class&nbsp;</code></td>
199<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/MissingNode.html" title="class in com.fasterxml.jackson.databind.node">MissingNode</a></strong></code>
200<div class="block">This singleton node class is generated to denote "missing nodes"
201 along paths that do not exist.</div>
202</td>
203</tr>
204<tr class="altColor">
205<td class="colFirst"><code>class&nbsp;</code></td>
206<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/NullNode.html" title="class in com.fasterxml.jackson.databind.node">NullNode</a></strong></code>
207<div class="block">This singleton value class is used to contain explicit JSON null
208 value.</div>
209</td>
210</tr>
211<tr class="rowColor">
212<td class="colFirst"><code>class&nbsp;</code></td>
213<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></strong></code>
214<div class="block">Intermediate value node used for numeric nodes.</div>
215</td>
216</tr>
217<tr class="altColor">
218<td class="colFirst"><code>class&nbsp;</code></td>
219<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ObjectNode.html" title="class in com.fasterxml.jackson.databind.node">ObjectNode</a></strong></code>
220<div class="block">Node that maps to JSON Object structures in JSON content.</div>
221</td>
222</tr>
223<tr class="rowColor">
224<td class="colFirst"><code>class&nbsp;</code></td>
225<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/POJONode.html" title="class in com.fasterxml.jackson.databind.node">POJONode</a></strong></code>
226<div class="block">Value node that contains a wrapped POJO, to be serialized as
227 a JSON constructed through data mapping (usually done by
228 calling <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a>).</div>
229</td>
230</tr>
231<tr class="altColor">
232<td class="colFirst"><code>class&nbsp;</code></td>
233<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ShortNode.html" title="class in com.fasterxml.jackson.databind.node">ShortNode</a></strong></code>
234<div class="block">Numeric node that contains simple 16-bit integer values.</div>
235</td>
236</tr>
237<tr class="rowColor">
238<td class="colFirst"><code>class&nbsp;</code></td>
239<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">TextNode</a></strong></code>
240<div class="block">Value node that contains a text value.</div>
241</td>
242</tr>
243<tr class="altColor">
244<td class="colFirst"><code>class&nbsp;</code></td>
245<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node">ValueNode</a></strong></code>
246<div class="block">This intermediate base class is used for all leaf nodes, that is,
247 all non-container (array or object) nodes, except for the
248 "missing node".</div>
249</td>
250</tr>
251</tbody>
252</table>
253</li>
254<li class="blockList"><a name="com.fasterxml.jackson.databind.ser.std">
255<!--   -->
256</a>
257<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a> in <a href="../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a></h3>
258<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
259<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></span><span class="tabEnd">&nbsp;</span></caption>
260<tr>
261<th class="colFirst" scope="col">Modifier and Type</th>
262<th class="colLast" scope="col">Method and Description</th>
263</tr>
264<tbody>
265<tr class="altColor">
266<td class="colFirst"><code>void</code></td>
267<td class="colLast"><span class="strong">SerializableSerializer.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/std/SerializableSerializer.html#serialize(com.fasterxml.jackson.databind.JsonSerializable, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider)">serialize</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a>&nbsp;value,
268         <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonGenerator</a>&nbsp;jgen,
269         <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a>&nbsp;provider)</code>&nbsp;</td>
270</tr>
271<tr class="rowColor">
272<td class="colFirst"><code>void</code></td>
273<td class="colLast"><span class="strong">SerializableSerializer.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/std/SerializableSerializer.html#serializeWithType(com.fasterxml.jackson.databind.JsonSerializable, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider, com.fasterxml.jackson.databind.jsontype.TypeSerializer)">serializeWithType</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a>&nbsp;value,
274                 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonGenerator</a>&nbsp;jgen,
275                 <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a>&nbsp;provider,
276                 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a>&nbsp;typeSer)</code>&nbsp;</td>
277</tr>
278</tbody>
279</table>
280</li>
281<li class="blockList"><a name="com.fasterxml.jackson.databind.type">
282<!--   -->
283</a>
284<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a> in <a href="../../../../../com/fasterxml/jackson/databind/type/package-summary.html">com.fasterxml.jackson.databind.type</a></h3>
285<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
286<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/type/package-summary.html">com.fasterxml.jackson.databind.type</a> that implement <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></span><span class="tabEnd">&nbsp;</span></caption>
287<tr>
288<th class="colFirst" scope="col">Modifier and Type</th>
289<th class="colLast" scope="col">Class and Description</th>
290</tr>
291<tbody>
292<tr class="altColor">
293<td class="colFirst"><code>class&nbsp;</code></td>
294<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/type/ArrayType.html" title="class in com.fasterxml.jackson.databind.type">ArrayType</a></strong></code>
295<div class="block">Array types represent Java arrays, both primitive and object valued.</div>
296</td>
297</tr>
298<tr class="rowColor">
299<td class="colFirst"><code>class&nbsp;</code></td>
300<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/type/CollectionLikeType.html" title="class in com.fasterxml.jackson.databind.type">CollectionLikeType</a></strong></code>
301<div class="block">Type that represents things that act similar to <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>;
302 but may or may not be instances of that interface.</div>
303</td>
304</tr>
305<tr class="altColor">
306<td class="colFirst"><code>class&nbsp;</code></td>
307<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/type/CollectionType.html" title="class in com.fasterxml.jackson.databind.type">CollectionType</a></strong></code>
308<div class="block">Type that represents Java Collection types (Lists, Sets).</div>
309</td>
310</tr>
311<tr class="rowColor">
312<td class="colFirst"><code>class&nbsp;</code></td>
313<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/type/MapLikeType.html" title="class in com.fasterxml.jackson.databind.type">MapLikeType</a></strong></code>
314<div class="block">Type that represents Map-like types; things that consist of key/value pairs but that
315 do not necessarily implement <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>, but that do not have enough
316 introspection functionality to allow for some level of generic handling.</div>
317</td>
318</tr>
319<tr class="altColor">
320<td class="colFirst"><code>class&nbsp;</code></td>
321<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/type/MapType.html" title="class in com.fasterxml.jackson.databind.type">MapType</a></strong></code>
322<div class="block">Type that represents "true" Java Map types.</div>
323</td>
324</tr>
325<tr class="rowColor">
326<td class="colFirst"><code>class&nbsp;</code></td>
327<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/type/SimpleType.html" title="class in com.fasterxml.jackson.databind.type">SimpleType</a></strong></code>
328<div class="block">Simple types are defined as anything other than one of recognized
329 container types (arrays, Collections, Maps).</div>
330</td>
331</tr>
332<tr class="altColor">
333<td class="colFirst"><code>class&nbsp;</code></td>
334<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/type/TypeBase.html" title="class in com.fasterxml.jackson.databind.type">TypeBase</a></strong></code>&nbsp;</td>
335</tr>
336</tbody>
337</table>
338</li>
339<li class="blockList"><a name="com.fasterxml.jackson.databind.util">
340<!--   -->
341</a>
342<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a> in <a href="../../../../../com/fasterxml/jackson/databind/util/package-summary.html">com.fasterxml.jackson.databind.util</a></h3>
343<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
344<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/util/package-summary.html">com.fasterxml.jackson.databind.util</a> that implement <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></span><span class="tabEnd">&nbsp;</span></caption>
345<tr>
346<th class="colFirst" scope="col">Modifier and Type</th>
347<th class="colLast" scope="col">Class and Description</th>
348</tr>
349<tbody>
350<tr class="altColor">
351<td class="colFirst"><code>class&nbsp;</code></td>
352<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/JSONPObject.html" title="class in com.fasterxml.jackson.databind.util">JSONPObject</a></strong></code>
353<div class="block">Container class that can be used to wrap any Object instances (including
354 nulls), and will serialize embedded in
355 <a href="http://en.wikipedia.org/wiki/JSONP">JSONP</a> wrapping.</div>
356</td>
357</tr>
358<tr class="rowColor">
359<td class="colFirst"><code>class&nbsp;</code></td>
360<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/JSONWrappedObject.html" title="class in com.fasterxml.jackson.databind.util">JSONWrappedObject</a></strong></code>
361<div class="block">General-purpose wrapper class that can be used to decorate serialized
362 value with arbitrary literal prefix and suffix.</div>
363</td>
364</tr>
365</tbody>
366</table>
367</li>
368</ul>
369</li>
370</ul>
371</div>
372<!-- ======= START OF BOTTOM NAVBAR ====== -->
373<div class="bottomNav"><a name="navbar_bottom">
374<!--   -->
375</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
376<!--   -->
377</a>
378<ul class="navList" title="Navigation">
379<li><a href="../../../../../overview-summary.html">Overview</a></li>
380<li><a href="../package-summary.html">Package</a></li>
381<li><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">Class</a></li>
382<li class="navBarCell1Rev">Use</li>
383<li><a href="../package-tree.html">Tree</a></li>
384<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
385<li><a href="../../../../../index-all.html">Index</a></li>
386<li><a href="../../../../../help-doc.html">Help</a></li>
387</ul>
388</div>
389<div class="subNav">
390<ul class="navList">
391<li>Prev</li>
392<li>Next</li>
393</ul>
394<ul class="navList">
395<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/JsonSerializable.html" target="_top">Frames</a></li>
396<li><a href="JsonSerializable.html" target="_top">No Frames</a></li>
397</ul>
398<ul class="navList" id="allclasses_navbar_bottom">
399<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
400</ul>
401<div>
402<script type="text/javascript"><!--
403  allClassesLink = document.getElementById("allclasses_navbar_bottom");
404  if(window==top) {
405    allClassesLink.style.display = "block";
406  }
407  else {
408    allClassesLink.style.display = "none";
409  }
410  //-->
411</script>
412</div>
413<a name="skip-navbar_bottom">
414<!--   -->
415</a></div>
416<!-- ======== END OF BOTTOM NAVBAR ======= -->
417<p class="legalCopy"><small>Copyright &#169; 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
418</body>
419</html>
420