- archiverDidFinish:
Notifies the delegate that encoding has finished.
委任先にエンコーディングが終わったところだと通知します。
- archiver:willEncodeObject:
Informs the delegate that
object
is about to be encoded.
委任先にobject
がエンコードされるところだと告知します。
- archiverWillFinish:
Notifies the delegate that encoding is about to finish.
委任先にエンコーディングが終わるところだと通知します。
- archiver:willReplaceObject:withObject:
Informs the delegate that one given object is being substituted for another given object.
委任先に一方の与えられたオブジェクトが他方の与えられたオブジェクトの代わりにされていることを告知します。