The type of value to decode. この型の値にデコードする。
Instance Method
インスタンスメソッド
decode(_:
decode(_:forKey:)
Decodes a value of the given type for the given key.
指定された型の値を与えられたキーに対してデコードします。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func decode(_ type: UInt8
.Type, forKey key: KeyedDecodingContainer
<K>.Key
) throws -> UInt8
Parameters パラメータ
type
key
The key that the decoded value is associated with. デコードされた値が関連付けられるキー。
Return Value 戻り値
A value of the requested type, if present for the given key and convertible to the requested type. 要請された型の値、もし与えられたキーに対して存在して要請された型に変換可能ならば。