| 
    Samond Classes Library 1.2.0-RELEASE build 166
    
   | 
 
Standard protocol NSCoding extention protocol. More...
#import <SCCoding.h>
  
 Serialized Files Support | |
| (id) | - initWithContentsOfSerializedFile: | 
| (BOOL) | - writeContentsToSerializedFile: | 
| (NSString *) | - className | 
Standard protocol NSCoding extention protocol.
Extends functionality of the standard protocol NSCoding by adding advanced methods for direct access to the serialized files.
| - (NSString *) className | 
| - (id) initWithContentsOfSerializedFile: | (NSString *) | path | 
Initializes a class instance by using the content of the serialized file with the specified path.
| path | - the path to the source serialized file | 
Reimplemented in NSString(SCString), NSOrderedSet(SCNSOrderedSet), NSArray(SCNSArray), NSDictionary(SCNSDictionary), NSSet(SCNSSet), NSNull(SCNull), NSDate(SCDate), NSNumber(SCNumber), and SCObject.
| - (BOOL) writeContentsToSerializedFile: | (NSString *) | path | 
Writes the receiving class instance into the serialized file with the specified path.
| path | - the path to the serialized file | 
Reimplemented in NSString(SCString), NSOrderedSet(SCNSOrderedSet), NSArray(SCNSArray), NSDictionary(SCNSDictionary), NSSet(SCNSSet), NSNull(SCNull), NSDate(SCDate), NSNumber(SCNumber), and SCObject.
 1.8.9.1