Closed GreenPepperForPotato closed 6 years ago
用kotlin写了一个数据类ShareIMMessage。
然而jsonService.parseObject(substitute.getIntent().getStringExtra("message"), ShareIMMessage.class)这句代码抛异常,com.alibaba.fastjson.JSONException: default constructor not found. class 。我看fastjson的github官网上也有提类似的issue。一直没解决,哪位有应对之策?
换成最新的fastjson版本仍然有问题,已经换成使用Gson,新发布componentlib 1.3.0版本,你可以更新一下
用kotlin写了一个数据类ShareIMMessage。
然而jsonService.parseObject(substitute.getIntent().getStringExtra("message"), ShareIMMessage.class)这句代码抛异常,com.alibaba.fastjson.JSONException: default constructor not found. class 。我看fastjson的github官网上也有提类似的issue。一直没解决,哪位有应对之策?