Android将List列表放入包裹中

时间:2014-04-09 04:13:23

标签: java android list arraylist parcelable

我有一个ArrayList<ArrayList<String>>,如何将它放入包裹?我不想使用序列化(但如果没有其他更简单/更好的方法,它仍然会被接受)。

ArrayList<ArrayList<String>> hello = null;

dest.writeList(hello);

in.readList(hello,null);

0 个答案:

没有答案