CodableDecodingConverter
public protocol CodableDecodingConverter
Undocumented
-
Undocumented
Declaration
Swift
func decode<T, K>(_ container: KeyedDecodingContainer<K>, codingKey: K, as type: T.Type) throws -> T? where T : Decodable, K : CodingKey