Notifies the delegate that encoding has finished.
Original signature is '- (void)archiverDidFinish:(NSKeyedArchiver *)archiver'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
void ArchiverDidFinish( NSKeyedArchiver archiver )
Sub ArchiverDidFinish ( _ archiver As NSKeyedArchiver _ )
void ArchiverDidFinish( NSKeyedArchiver^ archiver )

- archiver (NSKeyedArchiver)
- The archiver that sent the message.

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