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 对象,但我还没有成功。我见过 JAXB 表示法和其他一些表示法,但它们对我来说看起来并不高效,我需要使用 json。我需要有关有效代码示例的帮助。
不要发明轮子。这些库(GSON、Jackson...)非常快,经过测试并且拥有庞大的社区。如果写得更好是容易的,那早就完成了。
这不是一个真正的问题;-)