XStream or Simple

前端 未结 9 1427
栀梦
栀梦 2021-02-06 08:05

I need to decide on which one to use. My case is pretty simple. I need to convert a simple POJO/Bean to XML, and then back. Nothing special.

One thing I am looking for

9条回答
  •  Happy的楠姐
    2021-02-06 08:36

    Was taking a quick look at simple while reading stackoverflow; as an amendment to Paul Marshalls helpful post, I thought i'd mention that Simple does seem to support versioning through annotations-

    http://simple.sourceforge.net/download/stream/doc/tutorial/tutorial.php#version

提交回复
热议问题