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

superEncoder()

Encodes a nested container and returns an Encoder instance for encoding super into that container. 入れ子にされたコンテナをエンコードして、superをそのコンテナへとエンコードするためのEncoderインスタンスを返します。

Declaration 宣言

mutating func superEncoder() -> Encoder

Return Value 戻り値

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