Parcelable encountered IOException writing serializable object getactivity()

前端 未结 12 1836
故里飘歌
故里飘歌 2020-11-29 22:15

so I am getting this in logcat:

java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = com.resources.student_list         


        
12条回答
  •  失恋的感觉
    2020-11-29 22:21

    Your OneThread Class also should implement Serializable. All the sub classes and inner sub classes must implements Serializable.

    this is worked for me...

提交回复
热议问题