Android使用fastjson报错Attempt to get length of null array
一个Android项目加了一个kotlin的类,在parse的时候,一开始报错com.alibaba.fastjson.JSONException:defaultconstructornotfound使用注解增加了一个默认函数@JSONCreatorconstructor():this("",""){}之后还是报错fastjsonJSONException:Attempttogetlengthofnullarray这个是因为我没有是用android版本的fastjs...