Spring Data Transfer Objects
Data Transfer Objects (DTOs) carry data between processes. Each call to an application is expensive so we should try to keep them to a minimum. DTOs help solve this pesky problem! DTOs need to be serializable to go across remote connections. Usually,...
maxwelldemaio.hashnode.dev2 min read