KeyedDecodingContainer
extension KeyedDecodingContainer
-
Declaration
Swift
func decode<T>(_ type: ExplicitNull<T>.Type, forKey key: Key) throws -> ExplicitNull<T> where T : Decodable, T : Encodable, T : Sendable