Global Variable グローバル変数

NSKeyedArchiveRootObjectKey

Archives created using the class method archivedData(withRootObject:) use this key for the root object in the hierarchy of encoded objects. The NSKeyedUnarchiver class method unarchiveObject(with:) looks for this root key as well. クラスメソッドarchivedData(withRootObject:)を使って作成されるアーカイバは、エンコードされたオブジェクトからなる階層においてこのキーをルートオブジェクトに使います。NSKeyedUnarchiverのクラスメソッドunarchiveObject(with:)は、このルートキーも同様に捜します。

Declaration 宣言

let NSKeyedArchiveRootObjectKey: String