This initializer throws an error if reading from the decoder fails, or if the data is corrupt or otherwise invalid. このイニシャライザは、エラーをスローします、もしデコーダから読み出すことが失敗するならば、またはもしデータが不正であるかでなければ無効であるならば。
Initializer
init(from:)
Creates a new instance 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