Type Method 型メソッド

archivedData(withRootObject:)

Returns a data object that contains the encoded form of the object graph formed by the given root object. あるデータオブジェクトを返します、それはこの与えられたルートオブジェクトによって形成されたオブジェクトグラフの符号化形式を含みます。

Declaration 宣言

class func archivedData(withRootObject rootObject: Any) -> Data

Parameters パラメータ

rootObject

The root of the object graph to archive. アーカイブするオブジェクトグラフのルート。

Return Value 戻り値

An NSData object containing the encoded form of the object graph whose root object is rootObject. The format of the archive is PropertyListSerialization.PropertyListFormat.binary. あるNSDataオブジェクト、オブジェクトグラフのエンコードされた形式を含みます、それのルートオブジェクトはrootObjectです。アーカイブの書式設定は、PropertyListSerialization.PropertyListFormat.binaryです。

See Also 参照

Archiving Data データをアーカイブする