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

decodeTopLevelObject(forKey:)

Decodes the previously-encoded object associated by a key. あるキーによって連想される、以前にエンコードされたオブジェクトをデコードします。

Declaration 宣言

@nonobjc func decodeTopLevelObject(forKey key: String) throws -> Any?

Parameters パラメータ

key

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

Return Value 戻り値

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

See Also 参照

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