~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSDeserializer.gsdoc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
3
 
<gsdoc base="NSDeserializer" prev="NSDecimalNumberHandler" next="NSDictionary" up="Base">
4
 
  <head>
5
 
    <title>NSDeserializer</title>
6
 
    <author name="Richard Frith-Macdonald">
7
 
      <email address="rfm@gnu.org"/>
8
 
      <url url="http://www.gnustep.org/developers/whoiswho.html"/>
9
 
    </author>
10
 
    <version>$Revision: 1.9 $</version>
11
 
    <date>$Date: 2001/03/03 09:58:53 $</date>
12
 
  </head>
13
 
  <body>
14
 
    <chapter>
15
 
      <heading>NSDeserializer</heading>
16
 
      <class name="NSDeserializer" super="NSObject">
17
 
        <declared>Foundation/NSSerialization.h</declared>
18
 
        <conform>NSObject</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="id" factory="yes">
22
 
          <sel>deserializePropertyListFromData:</sel>
23
 
          <arg type="NSData*">data</arg>
24
 
          <sel>atCursor:</sel>
25
 
          <arg type="unsigned int*">cursor</arg>
26
 
          <sel>mutableContainers:</sel>
27
 
          <arg type="BOOL">mutable</arg>
28
 
          <desc>
29
 
          </desc>
30
 
        </method>
31
 
        <method type="id" factory="yes">
32
 
          <sel>deserializePropertyListFromData:</sel>
33
 
          <arg type="NSData*">serialization</arg>
34
 
          <sel>mutableContainers:</sel>
35
 
          <arg type="BOOL">mutable</arg>
36
 
          <desc>
37
 
          </desc>
38
 
        </method>
39
 
        <method type="id" factory="yes">
40
 
          <sel>deserializePropertyListLazilyFromData:</sel>
41
 
          <arg type="NSData*">data</arg>
42
 
          <sel>atCursor:</sel>
43
 
          <arg type="unsigned int*">cursor</arg>
44
 
          <sel>length:</sel>
45
 
          <arg type="unsigned int">length</arg>
46
 
          <sel>mutableContainers:</sel>
47
 
          <arg type="BOOL">mutable</arg>
48
 
          <desc>
49
 
          </desc>
50
 
        </method>
51
 
        <method type="void" factory="yes">
52
 
          <sel>uniquing:</sel>
53
 
          <arg type="BOOL">flag</arg>
54
 
          <desc>
55
 
            This method turns on/off uniquing of strings as they are
56
 
            deserialized from data objects.  The uniquing mechanism
57
 
            employs the GNUstep-specific functions documented with
58
 
            the NSCountedSet class.
59
 
          </desc>
60
 
          <standards><GNUstep/><NotOpenStep/><NotMacOS-X/></standards>
61
 
        </method>
62
 
      </class>
63
 
    </chapter>
64
 
  </body>
65
 
</gsdoc>