KeyedEncodingContainer

public extension KeyedEncodingContainer
  • Undocumented

    Declaration

    Swift

    mutating func encodeIfPresent(_ value: [String : Any]?, forKey key: KeyedEncodingContainer<K>.Key) throws
  • Undocumented

    Declaration

    Swift

    mutating func encodeIfPresent(_ value: [Any]?, forKey key: KeyedEncodingContainer<K>.Key) throws