-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Description
While the core Jackson library works on Android, the MrBean module does not. This is because MrBean uses ASM to dynamically generate bytecode -- but the class file used by the Dalvik VM can only read class files in the DEX format.
One possibility would be to use a library like https://github.com/linkedin/dexmaker