- archiver:didEncodeObject:
Informs the delegate that a given object has been encoded.
委任先にある与えられたオブジェクトがエンコードされたところだと告知します。
- 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.
委任先にエンコーディングが終わるところだと通知します。