Return Value 戻り値
A new encoder to pass to super
.
super
に渡すための新しいエンコーダ。
super
key and returns a new encoder instance for encoding super
into that container.
新しい入れ子コンテナを省略時のsuper
キーに対して格納します、そしてsuper
をそのコンテナへとエンコードするための新しいエンコーダインスタンスを返します。
Availability
Technology
mutating func superEncoder() -> Encoder
A new encoder to pass to super
.
super
に渡すための新しいエンコーダ。
Equivalent to calling super
with Key(string
.
super
をKey(string
で呼び出すことと同等です。