3
votes
6answers
3k views
Write XML file (using XStream) to filesystem in Java
I need to be able to serialize a string and then have it save in a .txt or .xml file. I've never used the implementation to read/write files, just remember I am a relative beginner. Also, I need …
2
votes
2answers
2k views
Reading an XML File using FileInputStream (for Java)?
Hi everyone, here's the deal.
For my project I have to serialize and deserialize a random tree using Java and XStream. My teacher made the Tree/RandomTree algorithms, so I don't have to wo …
