Instance Method インスタンスメソッド

archiverDidFinish:

Notifies the delegate that encoding has finished. 委任先にエンコーディングが終わったところだと通知します。

Declaration 宣言

- (void)archiverDidFinish:(NSKeyedArchiver *)archiver;

Parameters パラメータ

archiver

The archiver that sent the message. メッセージを発信するアーカイバ。

See Also 参照

Encoding Data and Objects データとオブジェクトをエンコードする