Skip to content
Ahmad K. Bawaneh edited this page Dec 23, 2019 · 4 revisions

Domino-jackson

Domino-jackson is an annotation processor based JSON mapper that works on both the client side - GWT and J2CL - and on JVM side based on gwt-jackson the original thanks goes to Nicolas Morel for building gwt-jackson library.

this library provides limited support to what gwt-jackson provides, but this will change as more support for features will be added gradually.

unlike the gwt-jackson, jackson-apt allow the use of the same Mapper class on both client side and server side, which means that the mappers can be defined and generated into the shared module instead of the client module, it is even possible to use the mapper in a pure server side application e.g: Android Apps.