encodeWithCoder: |
Is being called in order to serialize this instance
- ( void) encodeWithCoder: ( NSCoder *) encoder;
encoder
- object to be used for serialization
initWithCode |
initializer called by deserialization process
- ( id) initWithCoder:( NSCoder *) decoder;
decoder
- to use
initWithCoder: |
initializer called by deserialization process
- ( id) initWithCoder:( NSCoder *) decoder;
decoder
- to use
(Last Updated August 27, 2006)