Saving Java Object Graphs as XML file

前端 未结 15 2520
耶瑟儿~
耶瑟儿~ 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:06

    XStream is very simple http://x-stream.github.io/

    XStream is a simple library to serialize objects to XML and back again.

提交回复
热议问题