gpt4 book ai didi

java - 从 Serializable 向下转换为 LinkedList

转载 作者:太空宇宙 更新时间:2023-11-03 10:25:49 25 4
gpt4 key购买 nike

<分区>

我正在尝试将 LinkedList 从一个 Activity 发送到另一个 Activity。在我的第一个 Activity 中:

LinkedList<Class> codaActivity;
/* Lots of code here... */
Intent intent = new Intent(this, codaActivity.remove());
intent.putExtra("codaRedditi", codaActivity); // this is putExtra(String, Serializable)
startActivity(intent);

在第二个中,改为:

// The following throws a ClassCastException
codaRedditi=(LinkedList<Class>) (getIntent().getSerializableExtra("codaRedditi"));

当我尝试运行我的应用程序时,DVM 抛出一个由该代码引起的 ClassCastException(并且谈论一个 ArrayList,它在代码中绝对不存在!O.O)

可能是什么错误?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com