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

decode(_:forKey:configuration:)

No overview available.

Declaration 宣言

func decode<T>(_: T.Type, forKey key: KeyedDecodingContainer<K>.Key, configuration: T.DecodingConfiguration) throws -> T where T : DecodableWithConfiguration