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