class func archivedData (withRootObject : Any, requiringSecureCoding : Bool) -> Data
Encodes an object graph with the given root object into a data representation, optionally requiring secure coding.
オブジェクトグラフをこの与えられたルートオブジェクトで、あるデータ表現へと符号化します、随意にセキュアコーディングを要求します。
var encodedData : Data
The encoded data for the archiver.
このアーカイバに対して符号化されたデータ。
var outputFormat : PropertyListSerialization.PropertyListFormat
The format in which the receiver encodes its data.
それでレシーバがそれのデータをエンコードしたフォーマット。
var requiresSecureCoding : Bool
Indicates whether the archiver requires all archived classes to resist object substitution attacks.
全てのアーカイブされたクラスにオブジェクト置換攻撃に抵抗することをアーカイバが要求するかどうかを指し示します。
class func archivedData (withRootObject : Any) -> Data
Returns a data object that contains the encoded form of the object graph formed by the given root object.
あるデータオブジェクトを返します、それはこの与えられたルートオブジェクトによって形成されたオブジェクトグラフの符号化形式を含みます。
class func archiveRootObject (Any, toFile : String) -> Bool
Archives an object graph rooted at a given object to a file at a given path.
与えられたオブジェクトでルートされるオブジェクトグラフをある与えられたパスでのファイルにアーカイブします。