![]() |
API
0.9.6
|
Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 164 of file CPInvocation.j.
|
implementation |
Writes out the invocation's data to the provided coder.
aCoder | the coder to which the data will be written |
Extends class CPInvocation.
Definition at line 188 of file CPInvocation.j.
|
implementation |
Initializes the invocation with data from a coder.
aCoder | the coder from which to obtain initialization data |
Extends class CPInvocation.
Definition at line 171 of file CPInvocation.j.