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

encode(to:configuration:)

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

Declaration 宣言

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

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 wrapped value conforms to EncodableWithConfiguration.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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