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

encode(to:)

Encodes the value into the specified encoder. 値をこの指定されたエンコーダへとエンコードします。

Declaration 宣言

func encode(to encoder: Encoder) throws

Parameters パラメータ

encoder

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

Discussion 議論

This function throws an error if any values are invalid for the specified encoder’s format. この関数は、何らかの値がその指定されたエンコーダのもつ書式に対して無効であるならばエラーをスローします。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Encoding and Decoding Date Interval Format Styles 日付間隔書式設定スタイルのエンコードとデコード