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

archiverDidFinish(_:)

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

Declaration 宣言

optional func archiverDidFinish(_ archiver: NSKeyedArchiver)

Parameters パラメータ

archiver

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

See Also 参照

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