2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
|
|
|
<title>NSDeserializer</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a href="NSDecimalNumberHandler.html">[Previous]</a>
|
2000-04-10 05:32:04 +00:00
|
|
|
<a href="Base.html">[Up]</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<a href="NSDictionary.html">[Next]</a>
|
|
|
|
<h1>NSDeserializer</h1>
|
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
|
|
<dd>
|
|
|
|
</dl>
|
2000-04-18 09:02:38 +00:00
|
|
|
<p>Version: 0.2</p>
|
|
|
|
<p>Date: 18 April, 2000</p>
|
2000-03-05 17:39:33 +00:00
|
|
|
<h2><a name="cont-0">NSDeserializer</a></h2>
|
|
|
|
<h2><a name="NSDeserializer">NSDeserializer</a></h2>
|
|
|
|
<p><b>Declared in:</b> Foundation/NSSerialization.h</p>
|
|
|
|
<p><b>Inherits from:</b> NSObject</p>
|
|
|
|
<p><b>Conforms to:</b> NSObject
|
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="NSDeserializer.html#method-0">+deserializePropertyListFromData:atCursor:mutableContainers:</a>
|
|
|
|
<li><a href="NSDeserializer.html#method-1">+deserializePropertyListFromData:mutableContainers:</a>
|
|
|
|
<li><a href="NSDeserializer.html#method-2">+deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:</a>
|
2000-04-18 09:02:38 +00:00
|
|
|
<li><a href="NSDeserializer.html#method-3">+uniquing:</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-0">deserializePropertyListFromData:atCursor:mutableContainers:</a></h2>
|
|
|
|
+ (id) <b>deserializePropertyListFromData:</b> (NSData*)data <b>atCursor:</b> (unsigned int*)cursor <b>mutableContainers:</b> (BOOL)mutable<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-1">deserializePropertyListFromData:mutableContainers:</a></h2>
|
|
|
|
+ (id) <b>deserializePropertyListFromData:</b> (NSData*)serialization <b>mutableContainers:</b> (BOOL)mutable<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-2">deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:</a></h2>
|
|
|
|
+ (id) <b>deserializePropertyListLazilyFromData:</b> (NSData*)data <b>atCursor:</b> (unsigned int*)cursor <b>length:</b> (unsigned int)length <b>mutableContainers:</b> (BOOL)mutable<br>
|
|
|
|
|
|
|
|
|
2000-04-18 09:02:38 +00:00
|
|
|
<hr>
|
|
|
|
<h2><a name="method-3">uniquing:</a></h2>
|
|
|
|
+ (void) <b>uniquing:</b> (BOOL)flag<br>
|
|
|
|
Standards: GNUstep NotOpenStep NotMacOS-X<br>
|
|
|
|
|
|
|
|
This method turns on/off uniquing of strings as they are
|
|
|
|
deserialized from data objects. The uniquing mechanism
|
|
|
|
employs the GNUstep-specific functions documented with
|
|
|
|
the NSCountedSet class.
|
|
|
|
|
2000-03-05 17:39:33 +00:00
|
|
|
<hr>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|