且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

是否有必要在JAXB实现为Android?

更新时间:2022-12-13 17:16:40

作为一名Android开发者谁做大量的XML和JSON解析和几乎所有的应用程序,我开发框架中,我的回答是:不,没有必要对JAXB在Android上。其他工具完全符合该法案。如果不是这样,或者我们的Andr​​oid开发者已经习惯了没有JAXB和我们每个人都得到舒服的替代品之一。

As an Android developer who does lot of XML and JSON parsing and framing in almost every app I develop, my answer would be: No, there is no need for JAXB on Android. The other tools fit the bill perfectly. Either that, or we Android developers have got used to the absence of JAXB and each of us have gotten comfortable with one of the alternatives.

在我的情况,我甚至达到code重用我最喜欢的Andr​​oid XML序列化库在更换了JAXB的服务器的为好。

In my case, I even achieve code reuse by replacing JAXB with my favorite Android XML serialization library on the server as well.