摘要: 感觉比 xStream 操作起来复杂些 Xml Entity 实体互转(XStream)。但学习成本低些,不需要引用第三方依赖包 需要注意的是 实体中如果加了 getXX 需要在上面加上 @XmlTransient 否则会报“类的两个属性具有相同的名称 Intellij idea getter se 阅读全文
posted @ 2021-10-22 13:01 VipSoft 阅读(377) 评论(0) 推荐(0)
摘要: http://x-stream.github.io/tutorial.html 项目中用了 JAXB 方式 Xml Entity 实体互转(JAXB) 实体: import com.thoughtworks.xstream.annotations.XStreamAlias; import com.t 阅读全文
posted @ 2021-10-22 10:57 VipSoft 阅读(269) 评论(0) 推荐(0)