+ archivedDataWithRootObject:requiringSecureCoding:error:
Encodes an object graph with the given root object into a data representation, optionally requiring secure coding.
オブジェクトグラフをこの与えられたルートオブジェクトで、あるデータ表現へと符号化します、随意にセキュアコーディングを要求します。
- finishEncoding
Instructs the receiver to construct the final data stream.
レシーバに最終データストリームを構築するよう指示します。
encodedData
The encoded data for the archiver.
このアーカイバに対して符号化されたデータ。
outputFormat
The format in which the receiver encodes its data.
それでレシーバがそれのデータをエンコードしたフォーマット。
requiresSecureCoding
Indicates whether the archiver requires all archived classes to resist object substitution attacks.
全てのアーカイブされたクラスにオブジェクト置換攻撃に抵抗することをアーカイバが要求するかどうかを指し示します。
+ archiveRootObject:toFile:
Archives an object graph rooted at a given object to a file at a given path.
与えられたオブジェクトでルートされるオブジェクトグラフをある与えられたパスでのファイルにアーカイブします。