encodeNil(forKey:)
Encodes a null value for the given key.
Declaration
mutating func encodeNil(forKey key: KeyedEncodingContainer<K>.Key) throwsParameters
- key:
The key to associate the value with.
Encodes a null value for the given key.
mutating func encodeNil(forKey key: KeyedEncodingContainer<K>.Key) throwsThe key to associate the value with.