Generic Instance Method
総称体インスタンスメソッド
decode(_:
decode(_:forKey:)
No overview available.
Availability
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func decode<T, C>(_: CodableConfiguration
<T?, C>.Type, forKey key: KeyedDecodingContainer
<K>.Key
) throws -> CodableConfiguration
<T?, C> where T : DecodableWithConfiguration
, T : EncodableWithConfiguration
, C : DecodingConfigurationProviding
, C : EncodingConfigurationProviding
, T.DecodingConfiguration
== C.DecodingConfiguration
, T.EncodingConfiguration
== C.EncodingConfiguration