Saving Java Object Graphs as XML file

前端 未结 15 2709
耶瑟儿~
耶瑟儿~ 2021-02-07 12:13

What\'s the simplest-to-use techonlogy available to save an arbitrary Java object graph as an XML file (and to be able to rehydrate the objects later)?

15条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 13:10

    I put together a list with a lot of xml serialization libraries and its license

提交回复
热议问题