- decodeTopLevelObjectOfClass:forKey:error:
- decodeTopLevelObjectAndReturnError:
- decodeTopLevelObjectForKey:error:
Availability 有効性
Technology
classes
A set of expected classes that the object being decoded should match at least one of. デコードされているオブジェクトが少なくともそれの1つと合致すべき期待されるクラスそれらからなるある集合。
key
The archive key indicating the member to decode. デコードするメンバーを指し示しているアーカイブキー。
error
The decoded object, or nil
if decoding fails.
デコードされたオブジェクト、またはnil
、もしデコードが失敗するならば。
This method is equivalent to decode
, but allows you to specify a set of classes that the decoded object can match. If requires
is YES
, the decoded object’s class must be a member of the classes parameter, or a sublcass of a member.
このメソッドは、decode
に等しいです、しかしデコードされたオブジェクトが合致できる一揃いのクラスをあなたに指定させます。requires
がYES
ならば、デコードされたオブジェクトのもつクラスはclassesパラメータのメンバー、またはメンバーのサブクラスでなければなりません。
- decodeTopLevelObjectOfClass:forKey:error:
- decodeTopLevelObjectAndReturnError:
- decodeTopLevelObjectForKey:error: