The key that the decoded value is associated with. デコードされた値が関連付けられるキー。
Instance Method
インスタンスメソッド
decode
decodeNil(forKey:)
Decodes a null value for the given key.
与えられたキーに対してnull値をデコードします。
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 decodeNil(forKey key: KeyedDecodingContainer
<K>.Key
) throws -> Bool
Parameters パラメータ
key
Return Value 戻り値
Whether the encountered value was null. 出くわした値がnullだったかどうか。