The key to decode super
for.
super
をデコードするためのキー。
Instance Method
インスタンスメソッド
super
superDecoder(forKey:)
Returns a
Decoder
instance for decoding super
from the container associated with the given key.
super
をデコードするためのDecoder
インスタンスを、指定のキーと結び付けられるコンテナから返します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func superDecoder(forKey key: KeyedDecodingContainer
<K>.Key
) throws -> Decoder
Parameters パラメータ
key
Return Value 戻り値
A new Decoder
to pass to super
.
super
に渡すための新しいDecoder
。