调试GSON模型类

时间:2017-04-20 09:29:57

标签: java android android-studio gson breakpoints

我的模型类是 -

public class ModelClass {

  @SerializedName("a")
  String abc;
}

现在我如何在字段abc上添加断点(有条件的)?

0 个答案:

没有答案