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

encode(to:)

Encodes the value into the given encoder. 値をこの与えられたエンコーダへとエンコードします。

Declaration 宣言

func encode(to encoder: Encoder) throws

Parameters パラメータ

encoder

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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