File: json-glib-Boxed-Types-Serialization.html

package info (click to toggle)
json-glib 0.10.2-2squeeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,040 kB
  • ctags: 1,024
  • sloc: sh: 10,309; ansic: 7,318; xml: 3,751; makefile: 239
file content (448 lines) | stat: -rw-r--r-- 23,410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Boxed Types Serialization</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="JSON-GLib Reference Manual">
<link rel="up" href="json-advanced.html" title="Part IV. JSON-GLib Advanced API">
<link rel="prev" href="json-glib-Serializable-Interface.html" title="Serializable Interface">
<link rel="next" href="json-tools.html" title="Part V. JSON-GLib Additional Reference">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="json-glib.html" title="Part I. JSON-GLib Overview">
<link rel="part" href="json-base.html" title="Part II. JSON-GLib Reference">
<link rel="chapter" href="ch01.html" title="Data Types">
<link rel="part" href="json-streams.html" title="Part III. Reading and writing">
<link rel="chapter" href="ch02.html" title="Parser">
<link rel="chapter" href="ch03.html" title="Generator">
<link rel="part" href="json-advanced.html" title="Part IV. JSON-GLib Advanced API">
<link rel="part" href="json-tools.html" title="Part V. JSON-GLib Additional Reference">
<link rel="chapter" href="ch04.html" title="Object Hierarchy">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
<link rel="index" href="ix03.html" title="Index of new symbols in 0.4">
<link rel="index" href="ix04.html" title="Index of new symbols in 0.6">
<link rel="index" href="ix05.html" title="Index of new symbols in 0.8">
<link rel="index" href="ix06.html" title="Index of new symbols in 0.10">
<link rel="glossary" href="annotation-glossary.html" title="Annotation Glossary">
<link rel="appendix" href="license.html" title="Appendix A. License">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="json-glib-Serializable-Interface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="json-advanced.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">JSON-GLib Reference Manual</th>
<td><a accesskey="n" href="json-tools.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#json-glib-Boxed-Types-Serialization.synopsis" class="shortcut">Top</a>
                 | 
                <a href="#json-glib-Boxed-Types-Serialization.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry" title="Boxed Types Serialization">
<a name="json-glib-Boxed-Types-Serialization"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="json-glib-Boxed-Types-Serialization.top_of_page"></a>Boxed Types Serialization</span></h2>
<p>Boxed Types Serialization — Serialize and deserialize GBoxed types</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="json-glib-Boxed-Types-Serialization.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode">JsonNode</a> *          (<a class="link" href="json-glib-Boxed-Types-Serialization.html#JsonBoxedSerializeFunc" title="JsonBoxedSerializeFunc ()">*JsonBoxedSerializeFunc</a>)           (<a
href="../glib/glib-Basic-Types.html#gconstpointer"
>gconstpointer</a> boxed);
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            (<a class="link" href="json-glib-Boxed-Types-Serialization.html#JsonBoxedDeserializeFunc" title="JsonBoxedDeserializeFunc ()">*JsonBoxedDeserializeFunc</a>)         (<a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode">JsonNode</a> *node);
void                <a class="link" href="json-glib-Boxed-Types-Serialization.html#json-boxed-register-serialize-func" title="json_boxed_register_serialize_func ()">json_boxed_register_serialize_func</a>  (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType">JsonNodeType</a> node_type,
                                                         <a class="link" href="json-glib-Boxed-Types-Serialization.html#JsonBoxedSerializeFunc" title="JsonBoxedSerializeFunc ()">JsonBoxedSerializeFunc</a> serialize_func);
void                <a class="link" href="json-glib-Boxed-Types-Serialization.html#json-boxed-register-deserialize-func" title="json_boxed_register_deserialize_func ()">json_boxed_register_deserialize_func</a>
                                                        (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType">JsonNodeType</a> node_type,
                                                         <a class="link" href="json-glib-Boxed-Types-Serialization.html#JsonBoxedDeserializeFunc" title="JsonBoxedDeserializeFunc ()">JsonBoxedDeserializeFunc</a> deserialize_func);

<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="json-glib-Boxed-Types-Serialization.html#json-boxed-can-serialize" title="json_boxed_can_serialize ()">json_boxed_can_serialize</a>            (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType">JsonNodeType</a> *node_type);
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="json-glib-Boxed-Types-Serialization.html#json-boxed-can-deserialize" title="json_boxed_can_deserialize ()">json_boxed_can_deserialize</a>          (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType">JsonNodeType</a> node_type);
<a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode">JsonNode</a> *          <a class="link" href="json-glib-Boxed-Types-Serialization.html#json-boxed-serialize" title="json_boxed_serialize ()">json_boxed_serialize</a>                (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a
href="../glib/glib-Basic-Types.html#gconstpointer"
>gconstpointer</a> boxed);
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            <a class="link" href="json-glib-Boxed-Types-Serialization.html#json-boxed-deserialize" title="json_boxed_deserialize ()">json_boxed_deserialize</a>              (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode">JsonNode</a> *node);
</pre>
</div>
<div class="refsect1" title="Description">
<a name="json-glib-Boxed-Types-Serialization.description"></a><h2>Description</h2>
<p>
GLib's <span class="type">GBoxed</span> type is a generic wrapper for arbitrary C structures.
</p>
<p>
JSON-GLib allows serialization and deserialization of a <span class="type">GBoxed</span> type
by registering functions mapping a <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType"><span class="type">JsonNodeType</span></a> to a specific
<a
href="../gobject/gobject-Type-Information.html#GType"
><span class="type">GType</span></a>.
</p>
<p>
When registering a <span class="type">GBoxed</span> type you should also register the
corresponding transformation functions, e.g.:
</p>
<p>
</p>
<div class="informalexample"><pre class="programlisting">
  GType
  my_struct_get_type (void)
  {
    static GType boxed_type = 0;

    if (boxed_type == 0)
      {
        boxed_type =
          g_boxed_type_register_static (g_intern_static_string ("MyStruct"),
                                        (GBoxedCopyFunc) my_struct_copy,
                                        (GBoxedFreeFunc) my_struct_free);

        json_boxed_register_serialize_func (boxed_type, JSON_NODE_OBJECT,
                                            my_struct_serialize);
        json_boxed_register_deserialize_func (boxed_type, JSON_NODE_OBJECT,
                                              my_struct_deserialize);
      }

    return boxed_type;
  }
</pre></div>
<p>
</p>
<p>
The serialization function will be invoked by <a class="link" href="json-glib-Boxed-Types-Serialization.html#json-boxed-serialize" title="json_boxed_serialize ()"><code class="function">json_boxed_serialize()</code></a>:
it will be passed a pointer to the C structure and it must return a
<a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>. The deserialization function will be invoked by
<a class="link" href="json-glib-Boxed-Types-Serialization.html#json-boxed-deserialize" title="json_boxed_deserialize ()"><code class="function">json_boxed_deserialize()</code></a>: it will be passed a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> for the
declared type and it must return a newly allocated C structure.
</p>
<p>
It is possible to check whether a <span class="type">GBoxed</span> type can be deserialized
from a specific <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType"><span class="type">JsonNodeType</span></a>, and whether a <span class="type">GBoxed</span> can be serialized
and to which specific <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType"><span class="type">JsonNodeType</span></a>.</p>
<p>
</p>
</div>
<div class="refsect1" title="Details">
<a name="json-glib-Boxed-Types-Serialization.details"></a><h2>Details</h2>
<div class="refsect2" title="JsonBoxedSerializeFunc ()">
<a name="JsonBoxedSerializeFunc"></a><h3>JsonBoxedSerializeFunc ()</h3>
<pre class="programlisting"><a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode">JsonNode</a> *          (*JsonBoxedSerializeFunc)           (<a
href="../glib/glib-Basic-Types.html#gconstpointer"
>gconstpointer</a> boxed);</pre>
<p>
Serializes the passed <span class="type">GBoxed</span> and stores it inside a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a></p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>boxed</code></em> :</span></p></td>
<td> a <span class="type">GBoxed</span>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the newly created <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.10</p>
</div>
<hr>
<div class="refsect2" title="JsonBoxedDeserializeFunc ()">
<a name="JsonBoxedDeserializeFunc"></a><h3>JsonBoxedDeserializeFunc ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            (*JsonBoxedDeserializeFunc)         (<a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode">JsonNode</a> *node);</pre>
<p>
Deserializes the contents of the passed <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> into a <span class="type">GBoxed</span></p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the newly created boxed type

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.10</p>
</div>
<hr>
<div class="refsect2" title="json_boxed_register_serialize_func ()">
<a name="json-boxed-register-serialize-func"></a><h3>json_boxed_register_serialize_func ()</h3>
<pre class="programlisting">void                json_boxed_register_serialize_func  (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType">JsonNodeType</a> node_type,
                                                         <a class="link" href="json-glib-Boxed-Types-Serialization.html#JsonBoxedSerializeFunc" title="JsonBoxedSerializeFunc ()">JsonBoxedSerializeFunc</a> serialize_func);</pre>
<p>
Registers a serialization function for a <span class="type">GBoxed</span> of type <em class="parameter"><code>gboxed_type</code></em>
to a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> of type <em class="parameter"><code>node_type</code></em></p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
<td> a boxed type
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>node_type</code></em> :</span></p></td>
<td> a node type
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>serialize_func</code></em> :</span></p></td>
<td> serialization function for <em class="parameter"><code>boxed_type</code></em> into
  a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> of type <em class="parameter"><code>node_type</code></em>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.10</p>
</div>
<hr>
<div class="refsect2" title="json_boxed_register_deserialize_func ()">
<a name="json-boxed-register-deserialize-func"></a><h3>json_boxed_register_deserialize_func ()</h3>
<pre class="programlisting">void                json_boxed_register_deserialize_func
                                                        (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType">JsonNodeType</a> node_type,
                                                         <a class="link" href="json-glib-Boxed-Types-Serialization.html#JsonBoxedDeserializeFunc" title="JsonBoxedDeserializeFunc ()">JsonBoxedDeserializeFunc</a> deserialize_func);</pre>
<p>
Registers a deserialization function for a <span class="type">GBoxed</span> of type <em class="parameter"><code>gboxed_type</code></em>
from a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> of type <em class="parameter"><code>node_type</code></em></p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
<td> a boxed type
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>node_type</code></em> :</span></p></td>
<td> a node type
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>deserialize_func</code></em> :</span></p></td>
<td> deserialization function for <em class="parameter"><code>boxed_type</code></em> from
  a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> of type <em class="parameter"><code>node_type</code></em>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.10</p>
</div>
<hr>
<div class="refsect2" title="json_boxed_can_serialize ()">
<a name="json-boxed-can-serialize"></a><h3>json_boxed_can_serialize ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            json_boxed_can_serialize            (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType">JsonNodeType</a> *node_type);</pre>
<p>
Checks whether it is possible to serialize a <span class="type">GBoxed</span> of
type <em class="parameter"><code>gboxed_type</code></em> into a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>. The type of the
<a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> is placed inside <em class="parameter"><code>node_type</code></em> if the function
returns <code class="literal">TRUE</code> and it's undefined otherwise.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
<td> a boxed type
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>node_type</code></em> :</span></p></td>
<td>out. <acronym title="Parameter for returning results. Default is transfer-full."><span class="acronym">out</span></acronym>. </td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <code class="literal">TRUE</code> if the type can be serialized,
  and <code class="literal">FALSE</code> otherwise.

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.10</p>
</div>
<hr>
<div class="refsect2" title="json_boxed_can_deserialize ()">
<a name="json-boxed-can-deserialize"></a><h3>json_boxed_can_deserialize ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            json_boxed_can_deserialize          (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNodeType" title="enum JsonNodeType">JsonNodeType</a> node_type);</pre>
<p>
Checks whether it is possible to deserialize a <span class="type">GBoxed</span> of
type <em class="parameter"><code>gboxed_type</code></em> from a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> of type <em class="parameter"><code>node_type</code></em></p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
<td> a boxed type
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>node_type</code></em> :</span></p></td>
<td> a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> type
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <code class="literal">TRUE</code> if the type can be deserialized, <code class="literal">FALSE</code> otherwise

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.10</p>
</div>
<hr>
<div class="refsect2" title="json_boxed_serialize ()">
<a name="json-boxed-serialize"></a><h3>json_boxed_serialize ()</h3>
<pre class="programlisting"><a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode">JsonNode</a> *          json_boxed_serialize                (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a
href="../glib/glib-Basic-Types.html#gconstpointer"
>gconstpointer</a> boxed);</pre>
<p>
Serializes <em class="parameter"><code>boxed</code></em>, a pointer to a <span class="type">GBoxed</span> of type <em class="parameter"><code>gboxed_type</code></em>,
into a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a></p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
<td> a boxed type
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>boxed</code></em> :</span></p></td>
<td> a pointer to a <span class="type">GBoxed</span> of type <em class="parameter"><code>gboxed_type</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a> with the serialization of the boxed
  type, or <code class="literal">NULL</code> if serialization either failed or was not
  possible

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.10</p>
</div>
<hr>
<div class="refsect2" title="json_boxed_deserialize ()">
<a name="json-boxed-deserialize"></a><h3>json_boxed_deserialize ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a>            json_boxed_deserialize              (<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> gboxed_type,
                                                         <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode">JsonNode</a> *node);</pre>
<p>
Deserializes <em class="parameter"><code>node</code></em> into a <span class="type">GBoxed</span> of <em class="parameter"><code>gboxed_type</code></em></p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gboxed_type</code></em> :</span></p></td>
<td> a boxed type
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td> a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the newly allocated <span class="type">GBoxed</span>. Use <a
href="../gobject/gobject-Boxed-Types.html#g-boxed-free"
><code class="function">g_boxed_free()</code></a> to
  release the resources allocated by this function

</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.10</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>