DEV Community

Discussion on: SpringBoot - Contextualizing serialization

Collapse
 
giboow profile image
GiBoOw

Thanks for your feedback Martin.
I agree with you that it is better to use DTOs. That's what I do on big projects. It allows to better control the Inputs and to avoid problems when we make the code evolve.
But when I need an API for a small project and I want to go fast, I find it practical.