Informs the delegate that a given object has been encoded.
Original signature is '- (void)archiver:(NSKeyedArchiver *)archiver didEncodeObject:(id)object'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
void ArchiverDidEncodeObject( NSKeyedArchiver archiver, Id object )
Sub ArchiverDidEncodeObject ( _ archiver As NSKeyedArchiver, _ object As Id _ )
void ArchiverDidEncodeObject( NSKeyedArchiver^ archiver, Id^ object )

- archiver (NSKeyedArchiver)
- The archiver that sent the message.
- object (Id)
- The object that has been encoded. object may be nil.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)