The key to encode super
for.
それに対してsuper
をエンコードすることになるキー。
Instance Method
インスタンスメソッド
super
superEncoder(forKey:)
Stores a new nested container for the given key and returns a new encoder instance for encoding
super
into that container.
新しい入れ子のコンテナをこの与えられたキーに対して格納します、そしてsuper
そのコンテナへとエンコードするための新しいエンコーダインスタンスを返します。
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 宣言
mutating func superEncoder(forKey key: KeyedEncodingContainer
<K>.Key
) -> Encoder
Parameters パラメータ
key
Return Value 戻り値
A new encoder to pass to super
.
super
に渡すための新しいエンコーダ。