Please turn on JavaScript in your browser and refresh the page to view its content.
Availability 有効性
Technology
On This Page この項には
static func encode(_ value: URL, to encoder: Encoder) throws
URL
Encoder
value
The attribute value to encode. エンコードする属性値。
encoder
The encoder to write data to. このエンコーダにデータを書き込むことになります。
static func decode(from: Decoder) -> URL