Saving Bundle with Android ComplexPreferences (JSon)
问题 This is a follow-on question from here: Save Bundle to SharedPreferences I am trying to use the ComplexPreferences class from the aforementioned thread to save a Bundle object in my Android app, but to no avail! Here is the code I'm using to save and load the data to ComplexPreferences (much the same as in the example on the download page for the ComplexPreferences class): Class1: save = ComplexPreferences.getComplexPreferences(this, SAVE, MODE_PRIVATE); ... Bundle gameState = new Bundle();