android: problem with Serializable object put into intent

后端 未结 4 936
时光取名叫无心
时光取名叫无心 2020-12-18 07:03

Hi i have problem with a class i want to pass in an intent by putting it into the putExtras() Its serializable and the code looks like this:

public abstract          


        
4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-18 08:04

    By implementing both java.util.List and java.io.Serializable in your class you've triggered this android bug.

提交回复
热议问题