Skip to content
Ahmad K. Bawaneh edited this page Dec 24, 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, the library is based on gwt-jackson the original thanks goes to Nicolas Morel for building gwt-jackson library.

The library is future proofed and allows the user to use the same mapper to be used in a pure JVM environment such as Android or in the client side of the browser which enables easier testing and more code sharing between client and server.

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