ResponseDecoder

protocol ResponseDecoder

네트워크 응답을 디코딩하는 역할을 하는 프로토콜

  • Declaration

    Swift

    func decode<T>(_ data: Data) throws -> T where T : Decodable