I'm debugging and fixing a complex app, that works with a huge Java object (~250M).
I've created this object with another program. Currently I use XStream to load and save this object from the hard drive, but it takes more than a minute to parse it. It slows down the development process.
Is JAXB faster? Are there any other ways to load and save this huge thing?