踩坑的日子

今天在项目上遇到了一个这个Exception:Parcel: unable to marshal value com.pvirtech.police.ch.data.network.model.response.CaseResponse$ScenePerson$JqAlarmFileDt@719d376

引起错误的代码

最后百度了在Stack Overflow上找到了原因,是因为在传一个list或者map去另一个activity的时候,list里面的对象要implements Serializable接口,而且它的内部类都要实现这个接口。

你可能感兴趣的:(踩坑的日子)