xml - How do I save settings data in processing then load it in later for use -



xml - How do I save settings data in processing then load it in later for use -

i'm using processing , controlp5 project. have number of fields user fils out. when user done, way save info setting file, preferably json, xml or plist file, can loaded in @ later time. best way go doing this.

for offline use, should able savestrings() , loadstrings(). long have written settings object has tostring() function, , constructor can build kind of string (so t.equals(new thing(t.tostring()) true) can write , read serialized version disk.

xml save processing

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -