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

encode(to:configuration:)

Encodes the value into the specified encoder with help from the provided configuration.

Declaration 宣言

func encode(to encoder: Encoder, configuration: Self.EncodingConfiguration) throws

Parameters パラメータ

encoder

The encoder to write data to. このエンコーダにデータを書き込むことになります。

configuration

An encoding configuration instance that provides additional information necessary for encoding.