[ad_1]
I noticed in many spring projects that some of the DTOs are trying to implement Serializable interface, so far as I know, the serialization process is done via Spring automatically under the hood making use of fastjson and so on, so what difference does implementing Serializable make ? is it necessary or is it good practice ?
[ad_2]