Generator Maven Plugin
This is a Maven Plugin that is able to generate Serializers (and corresponding unit tests) for your domain objects.
The sample usage is described here.
Quick overview
A typical workflow might look like that:
Generation of serializers and tests
mvn serializer-generator:generate -Ddialect=JACKSON -Ddomain.class.pattern=src/main/java/**/*.java
Generation of serializers and tests