Instance Method インスタンスメソッド

decodeTopLevelObjectForKey:error:

Decodes the previously-encoded object associated by a key, populating an error if decoding fails. あるキーによって連想される、以前にエンコードされたオブジェクトをデコードします、デコーディングが失敗するならばエラーを入れておきます。

Declaration 宣言

- (id)decodeTopLevelObjectForKey:(NSString *)key 
                           error:(NSError * _Nullable *)error;

Parameters パラメータ

key

The key that identifies the object to decode. デコードするオブジェクトを識別するキー。

error

An NSError reference. On return, if this value is not nil, it represents an error encountered while decoding. NSError参照。戻りでは、この値がnilでないならば、それはデコーディングの間に出くわしたエラーを表します。

Return Value 戻り値

The decoded object, or nil if decoding fails. デコードされたオブジェクト、またはnil、もしデコードが失敗するならば。

See Also 参照

Decoding Top-Level Objects トップレベルオブジェクトをデコードする