I\'m serializing some existing objects with Jackson 2.22, leveragin the MixIn feature to decouple the real object from the Jackson annotations configuration.
Actually my
Why don't you just make some fields, which should be serialized and use Gson for it?