Type Method 型メソッド

encode(_:to:)

Encodes a value to the provided encoder.

Declaration 宣言

static func encode(_ value: Self.Value, to encoder: Encoder) throws

Parameters パラメータ

value

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

encoder

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

Discussion 議論

This method throws an error if writing to the encoder fails.

Default Implementations 省略時実装

EncodableAttributedStringKey Implementations