|
Samond Classes Library 1.1.6-RELEASE build 132
|
Extention NSCoding protocol. More...
#import <SCCodingProtocol.h>
Public Member Functions | |
| (id) | - initWithContentsOfSerializedFile: |
| (BOOL) | - writeContentsToSerializedFile: |
| (NSString *) | - className |
Extention NSCoding protocol.
Protocol extends the standard NSCoding protocol by adding additional methods for direct access to serialized files.
Protocol was introduced in version 1.1.3.
| - (NSString *) className |
| - (id) initWithContentsOfSerializedFile: | (NSString *) | path |
Initializes the class instance using the contens of serialized file with the specified path.
| path | - source serialized file path |
Reimplemented in SCObject.
| - (BOOL) writeContentsToSerializedFile: | (NSString *) | path |
Writes receiver's encoded data into the serialized file with the specified path.
| path | - path at which to write the file |
Reimplemented in SCObject.
1.7.3