Type Method 型メソッド

encode(_:to:)

Encodes an attribute value to the given encoder. ある属性値をこの与えられたエンコーダへとエンコードします。

Declaration 宣言

static func encode(_ value: URL, to encoder: Encoder) throws

Parameters パラメータ

value

The attribute value to encode. エンコードする属性値。

encoder

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

See Also 参照

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