I am writing an application in Java using Swing. I am trying to implement functionality to save and load simulation states for at simulation i am running. The entire simulat
And after you done all that just use XStream instead if you only want to save to a file.