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

encode(to:)

Creates a new instance by decoding from the given decoder. 新しいインスタンスをこの与えられたデコーダからデコーディングすることによって作成します。

Declaration 宣言

func encode(to encoder: Encoder) throws

Parameters パラメータ

encoder

The decoder to read data from. このデコーダからデータを読み出すことになります。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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