Global Variable
グローバル変数
NSKeyed
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:)
は、このルートキーも同様に捜します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.1+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
let NSKeyedArchiveRootObjectKey: String