API  1.0.0
CPInvocation(CPCoding) Category Reference

Instance Methods

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

Detailed Description

Definition at line 163 of file CPInvocation.j.

Method Documentation

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Writes out the invocation's data to the provided coder.

Parameters
aCoderthe coder to which the data will be written

Extends class CPInvocation.

Definition at line 187 of file CPInvocation.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Initializes the invocation with data from a coder.

Parameters
aCoderthe coder from which to obtain initialization data
Returns
the initialized invocation

Extends class CPInvocation.

Definition at line 170 of file CPInvocation.j.


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