Back to Developer Roadmap

DTOs

src/data/roadmaps/software-design-architecture/content/dtos@y_Qj7KITSB8aUWHwiZ2It.md

4.0553 B
Original Source

DTOs

The Data Transfer Object Design Pattern is one of the enterprise application architecture patterns that calls for the use of objects that aggregate and encapsulate data for transfer. A Data Transfer Object is, essentially, like a data structure. It should not contain any business logic but should contain serialization and deserialization mechanisms.

Visit the following resources to learn more: