使用google的gson包,解决实体类中字段与java关键字的重名:
// 比如 当实体类中有switch关键字时,解决冲突如下 @SerializedName("switch") private SwitchBean switchXxxxxx;