Generic Instance Method 総称体インスタンスメソッド

decodeDecodable(_:forKey:)

Decodes a decodable value associated with a given key. 与えられたキーと結び付けられたデコード可能な値をデコードします。

Declaration 宣言

@nonobjc func decodeDecodable<T>(_ type: T.Type, forKey key: String) -> T? where T : Decodable

Parameters パラメータ

type

The type of the value to decode. デコードすべき値の型。

key

The key in the archive associated with the value to decode. デコードすることになる値と結び付けられた、アーカイブの中のキー。

See Also 参照

Decoding Data データをデコードする