The type of the value to decode from the supplied property list. この型の値をこの提供されたプロパティリストからデコードすることになります。
Generic Instance Method
総称体インスタンスメソッド
decode(_:
decode(_:from:)
Returns a value of the specified type by decoding a property list using the default property list format.
省略時のプロパティリストフォーマットを使ってあるプロパティリストをデコードすることによって、この指定された型の値を返します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
type
data
The property list to decode. デコードすることになるプロパティリスト。
Discussion 議論
If the data is not a valid property list, this method throws the Decoding
error. If a value within the property list fails to decode, this method throws the corresponding error.
データが有効なプロパティリストでないならば、このメソッドはDecoding
エラーをスローします。プロパティリスト内のある値がデコードに失敗するならば、このメソッドは対応するエラーをスローします。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Decoding デコーディング
init()
Creates a new, reusable property list decoder.
新しい、再利用できるプロパティリストデコーダを作成します。