failure delivering result resultinfo who=null request=4001 result=-1 data=null我在下面的代码行中收到错误:
String matchString = gson.toJson(userMatches);
自定义对象在哪里userMatches并且有
ArrayList<RS_SingleMatch> arrayOfMatches;其中又RS_SingleMatch是一个自定义对象对象,它具有主要变量。两个自定义对象都是Parcelable.
日志猫:

任何想法?