Type Method 型メソッド

decode(from:)

Decodes an attribute value from the given decoder. ある属性値をこの与えられたデコーダからデコードします。

Declaration 宣言

static func decode(from decoder: Decoder) throws -> URL

Parameters パラメータ

decoder

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

Return Value 戻り値

The URL value of the attribute. 属性のURL値。

See Also 参照

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