Can anyone please tell me What to usehow to save data for Android.I
I have too much data to save (many npc-enemy stats) also. Also, it should work after updating: I read on stack overflow that In Binarformatter, with BinaryFormatter, when you update or change the class. Your, your old settings might be lost since the classes no longer match. Sometimes, you get an exception when reading the saved data due to this.So What should
I use to save dataalso read about JSON/XML? Also, do. Does JSON/throwXML throw an error if I change class?