Java/Android 中的 .NET XMLSerializer 等效项?

发布于 2024-11-15 10:29:02 字数 272 浏览 0 评论 0原文

我在 Google 上搜索了 Android 中的 XMLSerializer,但发现它与 .NET 完全不同。我需要的是,从可序列化类中,我可以将它们写入 XML 文件,然后读取 XML 文件以自动返回类的属性值。

我需要它是因为:我正在为 Android 创建一个游戏,有很多设置和关卡,所以我通过 .NET 制作的编辑器来设计它们。现在我希望编辑器(通过.NET)和游戏(通过Java/Android SDK)都可以读取XML文件。类应该完全相同(所有属性、方法、名称……)。

感谢您的阅读。

I've Googled the XMLSerializer in Android, but I found it's totally different from .NET. What I need is that, from a Serializable Class, I can write them to a XML file, and then read the XML file to return the class's properties values automically.

I need that because: I'm creating a game for Android, with a lot of settings and levels, so I design them by a editor made by .NET. Now I want that the XML file can be read by both the editor (by .NET) and the game (by Java/Android SDK). The class should be totally the same (all the properties, methods, names, ...).

Thanks for reading.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深爱不及久伴 2024-11-22 10:29:02

查看此答案。听起来类似于 jackson 解析器绑定,它可以将 Java 对象和 bean 序列化到 JSON 或从 JSON 反序列化。

Check out this answer. Sounds similar to the jackson parser bindings, which can serialize and unserialize Java objects and beans to/from JSON.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文