Gson list处理,代码优化
源码片段
ParameterizedTypeImpl.class
1 | import java.lang.reflect.ParameterizedType; |
JSON2Class.class
1 | import com.google.gson.Gson; |
使用示例
Model类 NoticeDBean.class
1 | public class NoticeDBean { |
示例
1 | String jsonObjectStr="{"id":"3","title":"测试公告","createtime":"2017-08-04 16:44:08"}"; |