let NSKeyedArchiveRootObjectKey : String
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:)
は、このルートキーも同様に捜します。