通过动态`mediaType`在Retrofit中进行序列化和反序列化

时间:2018-03-01 01:56:44

标签: retrofit2

public interface SthApi {
  @POST("/")
  Call<ApiResult> getSth(@Body ApiReq req, @Header("Content-Type") mediaType);
}

我需要按动态ApiReq

对我的ApiResultmediaType进行序列化和反序列化

我该怎么办?

0 个答案:

没有答案