- decodeTopLevelObjectOfClasses:forKey:error:
- decodeTopLevelObjectAndReturnError:
- decodeTopLevelObjectForKey:error:
Availability 有効性
Technology
aClass
The expected class of the object being decoded. デコードされているオブジェクトの期待されるクラス。
key
The archive key indicating the member to decode. デコードするメンバーを指し示しているアーカイブキー。
error
The decoded object, or nil
if decoding fails.
デコードされたオブジェクト、またはnil
、もしデコードが失敗するならば。
If the coder responds YES
to requires
, then the coder calls fail
in either the following cases:
コーダがYES
で応答をrequires
にするならば、そのときコードはfail
を以下の場合のどちらかで呼び出します:
The class indicated by cls
does not implement NSSecure
.
cls
によって指し示されるクラスは、NSSecure
を実装しません。
The unarchived class does not match cls
, nor do any of its superclasses.
未アーカイブクラスは、cls
に一致しません、それのスーパークラスのどれもまたしません。
If the coder does not require secure coding, it ignores the cls
parameter and does not check the decoded object.
コーダが安全なコーディングを必要としないならば、それはcls
パラメータを無視します、そしてデコードされたオブジェクトを調べません。
- decodeTopLevelObjectOfClasses:forKey:error:
- decodeTopLevelObjectAndReturnError:
- decodeTopLevelObjectForKey:error: