No. I don't want to say it's completely impossible but it would be remarkably hard because jaxb relies on reflection/bytecode manipulation. Both are challenging on Android (due to obfuscation) and iOS (due to native compilation).
It should be easy/possible to map XML to property objects, this would result in a far superior experience to jaxb. It won't fail on devices and would work with obfuscation/compilation. It would easily map to other formats (e.g. JSON) and would offer other cool features such as UI binding etc. https://www.codenameone.com/blog/properties-are-amazing.html We didn't implement this but it's probably not a lot of work... -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/7a83c108-f7db-4f17-a125-fc9f7adb8618%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
