Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 XML 文件读入 Java 对象。XStream 可以做到这一点吗?我的文件没有 XML 架构。谁能建议我任何替代方案?
是的,简而言之,XStream 可以做到这一点,但不像 xml in, object out 那样简单。您必须构造与 xml 的节点/属性相对应的对象。
XStream 网站上的快速教程在这里。