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: AttributeScopeCodableConfiguration) throws

Parameters パラメータ

encoder

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

configuration

A codable configuration instance that provides additional information necessary for encoding. あるコード化可能な構成設定インスタンス、それはエンコードに必要な追加情報を提供します。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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