API  1.0.0
CPValue(CPCoding) Category Reference

Instance Methods

(void) - encodeWithCoder:
 
(id) - initWithCoder:
 

Detailed Description

Definition at line 72 of file CPValue.j.

Method Documentation

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Encodes the data into the specified coder.

Parameters
thecoder into which the data will be written.

Extends class CPValue.

Definition at line 93 of file CPValue.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Initializes the value from a coder.

Parameters
aCoderthe coder from which to initialize
Returns
the initialized CPValue

Extends class CPValue.

Definition at line 79 of file CPValue.j.


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