Android : Make this object as Parcelable
问题 I have an object that I need to pass between 2 Activity . The object has HashTable, String[], etc. Can't make out how to make it Parcalebale so that I can populate an array of the object and pass single obj or array to other Activity. My class is : public class TrainRoute { // implements Parcelable private String RouteName; private int RouteIndex; private Context ctx; private Hashtable<String, String> stationsList; private String[] stationsNames; private String[] trainTimings; private boolean