Saving Java Object Graphs as XML file

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

    Apache digester is fairly easy: http://commons.apache.org/digester/
    JAXB is newer and comes with annotation goodness: https://jaxb.dev.java.net

提交回复
热议问题