Instance Method インスタンスメソッド

superEncoder(forKey:)

Stores a new nested container for the given key and returns a new encoder instance for encoding super into that container. 新しい入れ子のコンテナをこの与えられたキーに対して格納します、そしてsuperそのコンテナへとエンコードするための新しいエンコーダインスタンスを返します。

Declaration 宣言

mutating func superEncoder(forKey key: KeyedEncodingContainer<K>.Key) -> Encoder

Parameters パラメータ

key

The key to encode super for. それに対してsuperをエンコードすることになるキー。

Return Value 戻り値

A new encoder to pass to super.encode(to:). super.encode(to:)に渡すための新しいエンコーダ。

Relationships 関係

From Protocol 由来プロトコル