The decoder to read data from. このデコーダからデータを読み出すことになります。
Type Method
型メソッド
decode
decodeMarkdown(from:)
Decodes a value from the provided decoder, using a default implementation.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Available when
Self
conforms to DecodableAttributedStringKey
.
Self
がDecodableAttributedStringKey
に準拠する時に利用可能。
Parameters パラメータ
decoder
Return Value 戻り値
The decoded value.
Discussion 議論
The default implementation calls decode(from:)
, inherited from Decodable
, meaning it uses the same decoding as non-Markdown encoding.
This method throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.