How to store a class object into Internal Memory Storage using serializable?
问题 I need to store this object into the internal storage memory of the phone, and i have the <uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE"></uses-permission> set on the manifest. The object itself haves two static methods for store and reload it from the internal memory: public class SaveState implements Serializable { static public List<FullMagazine> fms = new ArrayList<FullMagazine>(); static SaveState instance=null; public static SaveState getInstance(){ if(