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

encodeNil(forKey:)

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

Declaration 宣言

mutating func encodeNil(forKey key: KeyedEncodingContainer<K>.Key) throws

Parameters パラメータ

key

The key to associate the value with. 値と関連付けられるキー。

Relationships 関係

From Protocol 由来プロトコル