Skip to content

MrBean support on Android #197

@NebuPookins

Description

@NebuPookins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions