language/predefined/serializable/unserialize.xml
460f49a93d103cac99556147cb9325b095ca3d42
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="serializable.unserialize" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Serializable::unserialize</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>void</type><methodname>Serializable::unserialize</methodname>
14
-
<methodparam><type>string</type><parameter>serialized</parameter></methodparam>
11
+
<methodsynopsis role="Serializable">
12
+
<modifier>public</modifier> <type>void</type><methodname>Serializable::unserialize</methodname>
13
+
<methodparam><type>string</type><parameter>data</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Called during unserialization of the object.
...
...
@@ -31,7 +30,7 @@
31
30
<para>
32
31
<variablelist>
33
32
<varlistentry>
34
-
<term><parameter>serialized</parameter></term>
33
+
<term><parameter>data</parameter></term>
35
34
<listitem>
36
35
<para>
37
36
The string representation of the object.
...
...
@@ -61,7 +60,6 @@
61
60
</refsect1>
62
61

63
62
</refentry>
64
-

65
63
<!-- Keep this comment at the end of the file
66
64
Local variables:
67
65
mode: sgml
68
66