(改造)找不到类崩溃应用的转换器
因此,最近发布了Retrofit 2.0.0,并且没有任何关于如何使用它的更新示例,但是我试图为基本的API调用实现它。我得到一个
java.lang.IllegalArgumentException: Unable to create converter for class`
引起
Caused by: java.lang.IllegalArgumentException: Could not locate converter for class orbyt.app.dataclass. Tried:
* retrofit.OkHttpBodyConverterFactory
尝试进行 api 调用时。