Samond Classes Library 1.2.6-STABLE build 219
List of all members
<SCCoding> Protocol Reference

Standard protocol NSCoding extention protocol. More...

#import <SCCoding.h>

+ Inheritance diagram for <SCCoding>:

Instance Properties

NSString * className
 

Serialized Files Support

(instancetype) - initWithContentsOfSerializedFile:
 
(BOOL) - writeContentsToSerializedFile:
 

Detailed Description

Standard protocol NSCoding extention protocol.

SDK
macOS 10.6+, iOS 7.0+, GNUstep
Since
version 1.1.3

Extends functionality of the standard protocol NSCoding by adding advanced methods for direct access to the serialized files.

Method Documentation

- (instancetype) initWithContentsOfSerializedFile: (NSString *)  path

Initializes a class instance by using the content of the serialized file with the specified path.

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

Reimplemented in NSObject(SCObject).

- (BOOL) writeContentsToSerializedFile: (NSString *)  path

Writes the receiving class instance into the serialized file with the specified path.

Parameters
path- the path to the serialized file
Returns
YES if the operation is successfully complited, otherwise NO

Reimplemented in NSObject(SCObject).

Property Documentation

- (NSString*) className
readnonatomiccopy

A name of the receiving instance class


The documentation for this protocol was generated from the following file: