CustomDecoder

public protocol CustomDecoder : CustomCoder

Protocol for object that will decode a value

  • Declaration

    Swift

    static func decode(from decoder: Decoder) throws -> CodableValue