mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 10:40:50 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
63 lines
2.3 KiB
HTML
63 lines
2.3 KiB
HTML
<html><head>
|
|
<title>NSDeserializer</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSDecimalNumberHandler.html">[Previous] </a>
|
|
<a href ="Base.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: $Revision$</p>
|
|
<p>Date: $Date$</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>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<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>
|
|
<li ><a href ="NSDeserializer.html#method-3">+uniquing:</a>
|
|
</ul>
|
|
<hr><h2>Class Methods </h2>
|
|
<h3><a name ="method-0">deserializePropertyListFromData:atCursor:mutableContainers:</a></h3>
|
|
+ (id) <b>deserializePropertyListFromData:</b> (NSData*)data <b>atCursor:</b> (unsigned int*)cursor <b>mutableContainers:</b> (BOOL)mutable;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">deserializePropertyListFromData:mutableContainers:</a></h3>
|
|
+ (id) <b>deserializePropertyListFromData:</b> (NSData*)serialization <b>mutableContainers:</b> (BOOL)mutable;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:</a></h3>
|
|
+ (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>
|
|
<h3><a name ="method-3">uniquing:</a></h3>
|
|
+ (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.
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|