【发布时间】:2017-03-23 15:38:26
【问题描述】:
我正在使用 Retrofit 作为 REST 客户端并得到以下响应:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">{"Response":{"Status":"success","Response........... </string>
如果可能,我如何让 Retrofit 在 xml 标记之后开始解析对象,如果没有,是否有其他解决方案?
【问题讨论】: