Contents

encodeNil(forKey:)

Encodes a null value for the given key.

Declaration

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

Parameters

  • key:

    The key to associate the value with.

Discussion