通用集合和 XStream
有没有办法将 List
映射(使用 xstream)到
并将 List
映射到 例如
?
谢谢!
Is there a way to map (using xstream) a List<Person>
to <friends>
and List<Things>
to <stuff>
for example?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。
打印
如果您有其他意思,请澄清问题。
Yes.
Prints
If you mean something else, please clarify the question.
为什么不使用 JAXB 来代替呢?如果您不喜欢这些注释,可以使用 EclipseLink MOXy 的 XML 元数据表示:
这将打印与 XStream 示例相同的 XML:
Why not use JAXB instead? If you don't like the annotations you can use EclipseLink MOXy's XML metata representation:
This prints the same XML as the XStream example: