The decoder to read data from. このデコーダからデータを読み出すことになります。
Initializer
init(from:)
Creates a style by decoding from the specified decoder.
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 宣言
init(from decoder: Decoder
) throws
Parameters パラメータ
decoder
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Encoding and Decoding Measurement Attributed Styles
func encode(to: Encoder)
Encodes the value into the specified encoder.
値をこの指定されたエンコーダへとエンコードします。