CustomDecoder
public protocol CustomDecoder : CustomCoder
Protocol for object that will decode a value
-
Declaration
Swift
static func decode(from decoder: Decoder) throws -> CodableValue
public protocol CustomDecoder : CustomCoder
Protocol for object that will decode a value
Swift
static func decode(from decoder: Decoder) throws -> CodableValue