SmartDecodingOption
public enum SmartDecodingOption : Hashable
Options for SmartCodable parsing
-
The default policy for date is ReferenceDate (January 1, 2001 00:00:00 UTC), in seconds.
Declaration
Swift
case date(JSONDecoder.DateDecodingStrategy)
-
Undocumented
Declaration
Swift
case data(JSONDecoder.SmartDataDecodingStrategy)
-
Undocumented
Declaration
Swift
case float(JSONDecoder.NonConformingFloatDecodingStrategy)
-
The mapping strategy for keys during parsing
Declaration
Swift
case key(JSONDecoder.SmartKeyDecodingStrategy)
-
Handles the hash value, ignoring the impact of associated values.
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public static func == (lhs: SmartDecodingOption, rhs: SmartDecodingOption) -> Bool