I see Java classes into "model" package are not Serializable.
Being the model classes, I think they should be. This enables the usage of these classes with other frameworks where the JAVA (or other) serialization is required (without invoking Jackson everytime).