+ 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.
このアーカイバに対して符号化されたデータ。
requiresSecureCoding
Indicates whether the archiver requires all archived classes to resist object substitution attacks.
全てのアーカイブされたクラスにオブジェクト置換攻撃に抵抗することをアーカイバが要求するかどうかを指し示します。
+ archivedDataWithRootObject:
Returns a data object that contains the encoded form of the object graph formed by the given root object.
あるデータオブジェクトを返します、それはこの与えられたルートオブジェクトによって形成されたオブジェクトグラフの符号化形式を含みます。
+ archiveRootObject:toFile:
Archives an object graph rooted at a given object to a file at a given path.
与えられたオブジェクトでルートされるオブジェクトグラフをある与えられたパスでのファイルにアーカイブします。