KeyedDecodingContainer
public extension KeyedDecodingContainer
-
Undocumented
Declaration
Swift
func decodeBool(forKey key: K) throws -> Bool
-
Undocumented
Declaration
Swift
func decodeBoolIfPresent(forKey key: K) throws -> Bool?
-
Undocumented
Declaration
Swift
func decodeInt(forKey key: K) throws -> Int
-
Undocumented
Declaration
Swift
func decodeIntIfPresent(forKey key: K) throws -> Int?
-
Undocumented
Declaration
Swift
func decodeDouble(forKey key: K) throws -> Double
-
Undocumented
Declaration
Swift
func decodeDoubleIfPresent(forKey key: K) throws -> Double?