Java Object Serialization Performance tips

后端 未结 9 1217
别那么骄傲
别那么骄傲 2021-02-01 11:15

I must serialize a huge tree of objects (7,000) into disk. Originally we kept this tree in a database with Kodo, but it would make thousands upon thousands of Queries to load t

9条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-01 11:54

    Also, have a look at XStream, a library to serialize objects to XML and back again.

提交回复
热议问题