Jef Patat
July 29th, 2007, 02:05 PM
Hi all,
I have an arraylist that I wish to save to an xml file. I know I can do this through serialisation but that seems not correct since it is mixing the data storing and the data representation. It might be that later on the data is stored in another way.
How can I store the arraylist to an xml file without using serialisation?
kind regards, Jef
I have an arraylist that I wish to save to an xml file. I know I can do this through serialisation but that seems not correct since it is mixing the data storing and the data representation. It might be that later on the data is stored in another way.
How can I store the arraylist to an xml file without using serialisation?
kind regards, Jef