Instance Method インスタンスメソッド

decodeNil(forKey:)

Decodes a null value for the given key. 与えられたキーに対してnull値をデコードします。

Declaration 宣言

func decodeNil(forKey key: KeyedDecodingContainer<K>.Key) throws -> Bool

Parameters パラメータ

key

The key that the decoded value is associated with. デコードされた値が関連付けられるキー。

Return Value 戻り値

Whether the encountered value was null. 出くわした値がnullだったかどうか。

Relationships 関係

From Protocol 由来プロトコル