libs-base/Documentation/gsdoc/NSDeserializer.html

49 lines
1.8 KiB
HTML
Raw Normal View History

<html><head>
<title>NSDeserializer</title>
</head>
<body>
<a href="NSDecimalNumberHandler.html">[Previous]</a>
<a href="Foundation.html">[Up]</a>
<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>
<p>Version: 0.1</p>
<p>Date: 28 February, 2000</p>
<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>
</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>
<hr>
</body>
</html>