The decoder to read data from. このデコーダからデータを読み出すことになります。
Initializer
init(from:)
Creates a new instance by decoding from the given decoder.
新しいインスタンスをこの与えられたデコーダからデコーディングすることによって作成します。
Availability 有効性
- iOS 9.0+
- iPadOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(from decoder: Decoder
) throws
Parameters パラメータ
decoder
Discussion 議論
This initializer throws an error if reading from the decoder fails, or if the data read is corrupt or otherwise invalid.
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating Person Name Components 個人名構成要素を作成する
init()
Initializes a new person name components structure.
新しい個人名構成要素構造体を初期化します。