rt
Bundle map = new Bundle(); map.putSerializable("alistdata", new int[]{15,2,12,2}); map.putSerializable("ad",new String[]{"5","6"}); intent.putExtra("sd", map);