Hey I am just wondering if my Data transfer Object for my spring-boot web app would need to implement serialization?
Right now everything is running fine without implementing serialization but have read somewhere that DTOs need to implement serialization. Is it just working fine now because I am on localhost?