Arrays.asList() 参数不能为 null
开发中注意一些实体类转换时,相互赋值很可能将 null 转换为了字符串,比如以下代码,就把 null 转换为了 null 字符串,后面闪退也比较难排查
trashGoodsDBBean.setImgs(GsonUtils.toJson(itemListBean.getImgs()));
Arrays.asList() 参数不能为 null
开发中注意一些实体类转换时,相互赋值很可能将 null 转换为了字符串,比如以下代码,就把 null 转换为了 null 字符串,后面闪退也比较难排查
trashGoodsDBBean.setImgs(GsonUtils.toJson(itemListBean.getImgs()));