Persitence
Hi,
I am writing a java application and need to persistently store the data i am creating. My problem is that during development, the objects I am storing may change and could cause serialization errors.
Does anyone have any opinions on the best way to persistently store data. I have looked at Serialization/Externalization and storing as an XML form. Each having their pros and cons.
Just wondering what other developers think on this subject. Let the debate begin.
wwe8

