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

archiverWillFinish:

Notifies the delegate that encoding is about to finish. 委任先にエンコーディングが終わるところだと通知します。

Declaration 宣言

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

Parameters パラメータ

archiver

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

See Also 参照

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