- 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.
オブジェクトをいくつかの期待される型としてデコードします、もしアーカイブ型が一致しないならば失敗します。
- decodeTopLevelObjectForKey:error:
Decodes the previously-encoded object associated by a key, populating an error if decoding fails.
あるキーによって連想される、以前にエンコードされたオブジェクトをデコードします、デコーディングが失敗するならばエラーを入れておきます。