The decoder to read data from. このデコーダからデータを読み出すことになります。
Initializerinit(from:
init(from:configuration:)
Creates a new instance by decoding from the specified decoder, with help from the provided configuration.
新しいインスタンスをこの指定されたデコーダからデコードすることによって作成します、提供された構成設定からの助けを使います。
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
, configuration: AttributeScopeCodableConfiguration
) throws
Parameters パラメータ
decoder
configuration
A codable configuration instance that provides additional information necessary for decoding. あるコード化可能な構成設定インスタンス、それはデコードに必要な追加情報を提供します。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Encoding and Decoding エンコーディングとデコーディング
func encode(to: Encoder, configuration: AttributeScopeCodableConfiguration)
Encodes the value into the specified encoder, with help from the provided configuration.
値をこの指定されたエンコーダへとエンコードします、提供された構成設定からの助けを使います。
typealias AttributeContainer.DecodingConfiguration
The configuration type for decoding attribute containers.
デコード属性コンテナのための構成設定型。
typealias AttributeContainer.EncodingConfiguration
The configuration type for encoding attribute containers.
エンコード属性コンテナのための構成設定型。