How to serialize/deserialize complex java object quickly

cuibapdaigia

New Member
I'm debugging and fixing complex app, that works with huge java object (~250M). I've created this object with another program. Currently I use XStream to load and save this object from hdd. But it takes more then a minute to parse it. It slows down development process. Is JAXB faster? Are there any other ways to load and save this huge thing?
 
Back
Top