func archiver(NSKeyedArchiver, didEncode : Any?)
Informs the delegate that a given object has been encoded.
委任先にある与えられたオブジェクトがエンコードされたところだと告知します。
func archiverDidFinish (NSKeyedArchiver)
Notifies the delegate that encoding has finished.
委任先にエンコーディングが終わったところだと通知します。
func archiver(NSKeyedArchiver, willEncode : Any) -> Any?
Informs the delegate that
object
is about to be encoded.
委任先にobject
がエンコードされるところだと告知します。
func archiverWillFinish (NSKeyedArchiver)
Notifies the delegate that encoding is about to finish.
委任先にエンコーディングが終わるところだと通知します。