KeyedEncodingContainerProtocol
extension KeyedEncodingContainerProtocol
-
Undocumented
Declaration
Swift
public mutating func encodeIfPresent(_ value: [String : Any?]?, forKey key: Self.Key) throws
-
Undocumented
Declaration
Swift
public mutating func encode(_ value: [String : Any?], forKey key: Key) throws
-
Undocumented
Declaration
Swift
public mutating func encodeIfPresent(_ value: [Any?]?, forKey key: Self.Key) throws
-
Undocumented
Declaration
Swift
public mutating func encode(_ value: [Any?], forKey key: Key) throws
-
Undocumented
Declaration
Swift
public mutating func encode(_ value: [String : Any?]) throws