+ unarchivedObjectOfClass:fromData:error:
Decodes a previously-archived object graph, that returns the root object as the specified type.
以前にアーカイブされたオブジェクトグラフをデコードします、それはルートオブジェクトをこの指定された型として返します。
+ unarchivedObjectOfClasses:fromData:error:
Decodes a previously-archived object graph, returning the root object as one of the specified classes.
以前にアーカイブされたオブジェクトグラフをデコードします、ルートオブジェクトをこの指定されたクラスのうちの1つとして返します。
requiresSecureCoding
Indicates whether the receiver requires all unarchived classes to conform to
NSSecureCoding
.
レシーバが全てのアンアーカイブされたクラスをNSSecureCoding
に準拠するのに必要とするかどうかを指し示します。
+ unarchiveObjectWithData:
Decodes and returns the object graph previously encoded by
NSKeyedArchiver
and stored in a given NSData
object.
以前にNSKeyedArchiver
によってエンコードされてある与えられたNSData
オブジェクトに格納されたオブジェクトグラフをデコードして返します。
+ unarchiveObjectWithFile:
Decodes and returns the object graph previously encoded by
NSKeyedArchiver
written to the file at a given path.
以前にNSKeyedArchiver
によってエンコードされてある与えられたパスでファイルに書き出されたオブジェクトグラフをデコードして返します。