Times when xml is appropriate? How painful. Just use JSON if you need interoperability. Or you can of course grab activerecord or whatever and use sqlite too. :)

SQL is probably one of the nicest options, as your app could progressively be saving the data out, instead of needing to serialize everything all of a sudden as soon as the user tries closing it.

Reply via email to