Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 163 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 187 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 170 of file CPInvocation.j.