2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
2000-09-22 13:45:58 +00:00
|
|
|
<title>NSDeserializer</title>
|
2000-03-05 17:39:33 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2001-04-25 14:19:57 +00:00
|
|
|
<a href ="NSDecimalNumberHandler.html">[Previous] </a>
|
|
|
|
<a href ="Base.html">[Up] </a>
|
|
|
|
<a href ="NSDictionary.html">[Next] </a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<h1>NSDeserializer</h1>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
2001-03-03 10:00:31 +00:00
|
|
|
<p>Version: $Revision$</p>
|
|
|
|
<p>Date: $Date$</p>
|
2000-09-22 13:45:58 +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
|
2000-03-05 17:39:33 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-09-15 19:56:39 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Methods </h2>
|
2000-03-05 17:39:33 +00:00
|
|
|
<ul>
|
2001-04-25 14:19:57 +00:00
|
|
|
<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>
|
|
|
|
<li ><a href ="NSDeserializer.html#method-3">+uniquing:</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">deserializePropertyListFromData:atCursor:mutableContainers:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (id) <b>deserializePropertyListFromData:</b> (NSData*)data <b>atCursor:</b> (unsigned int*)cursor <b>mutableContainers:</b> (BOOL)mutable;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-1">deserializePropertyListFromData:mutableContainers:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (id) <b>deserializePropertyListFromData:</b> (NSData*)serialization <b>mutableContainers:</b> (BOOL)mutable;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (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-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-3">uniquing:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (void) <b>uniquing:</b> (BOOL)flag;<br>
|
2000-09-22 13:45:58 +00:00
|
|
|
Standards: GNUstep NotOpenStep NotMacOS-X<br>
|
2000-04-18 09:02:38 +00:00
|
|
|
|
|
|
|
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-09-22 13:45:58 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:33 +00:00
|
|
|
</body>
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
</html>
|