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

encode(to:configuration:)

Encodes the elements of the array into the specified encoder with help from the provided configuration.

Declaration 宣言

func encode(to encoder: Encoder, configuration: Element.EncodingConfiguration) throws
Available when Element conforms to EncodableWithConfiguration. ElementEncodableWithConfigurationに準拠する時に利用可能です。

Parameters パラメータ

encoder

The encoder to write data to. データを書き込むエンコーダ。

configuration

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

Discussion 解説

Use this method when the array contains elements that conform to EncodableWithConfiguration.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Encoding and Decoding エンコーディングとデコーディング