I think jackson serialization coupled to dto is wrong and unnecessary, therefore it should be removed. The reason it done that way is that I initially created this lib only for my other project.
Dto should be just java classes without external serialization properties.
I think jackson serialization coupled to dto is wrong and unnecessary, therefore it should be removed. The reason it done that way is that I initially created this lib only for my other project. Dto should be just java classes without external serialization properties.