- decodeTopLevelObjectOfClass:forKey:error:
Decode an object as an expected type, failing if the archived type does not match.
あるオブジェクトをある期待される型としてデコードします、アーカイブされた型が一致しないならば失敗します。
- decodeTopLevelObjectOfClasses:forKey:error:
Decode an object as one of several expected types, failing if the archived type does not match.
オブジェクトをいくつかの期待される型としてデコードします、もしアーカイブ型が一致しないならば失敗します。
- decodeTopLevelObjectAndReturnError:
Decodes a previously-encoded object, populating an error if decoding fails.
以前にエンコードされたオブジェクトをデコードします、デコーディングが失敗するならばエラーを入れておきます。