Samond Classes Library 1.1.6-RELEASE build 132
Public Member Functions

<SCCodingProtocol> Protocol Reference

Extention NSCoding protocol. More...

#import <SCCodingProtocol.h>

Inheritance diagram for <SCCodingProtocol>:
SCObject SCCollection SCCommon SCConfig SCDelegateObject SCLog SCNetObject SCServiceObject SCSortingAlgorithm SCStream SCStrings

List of all members.

Public Member Functions

(id) - initWithContentsOfSerializedFile:
(BOOL) - writeContentsToSerializedFile:
(NSString *) - className

Detailed Description

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.


Member Function Documentation

- (NSString *) className

Returns the receiver's instance class name.

Returns:
Class name

Reimplemented in SCObject.

- (id) initWithContentsOfSerializedFile: (NSString *)  path

Initializes the class instance using the contens of serialized file with the specified path.

Parameters:
path- source serialized file path
Returns:
A newly initialized class instance

Reimplemented in SCObject.

- (BOOL) writeContentsToSerializedFile: (NSString *)  path

Writes receiver's encoded data into the serialized file with the specified path.

Parameters:
path- path at which to write the file
Returns:
YES if operation is successfully, otherwise NO

Reimplemented in SCObject.


The documentation for this protocol was generated from the following file:
 All Classes Files Functions Typedefs Enumerations Enumerator Defines