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

encodeNil(forKey:)

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

Declaration 宣言

mutating func encodeNil(forKey key: Self.Key) throws

Parameters パラメータ

key

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