Thursday, May 16, 2019

DTO

Data Transfer Object

"An object that carries data between processes in order to reduce the number of method calls."

source: https://martinfowler.com/eaaCatalog/dataTransferObject.html

"DTOs are simple objects that should not contain any business logic but may contain serialization and deserialization mechanisms for transferring data over the wire."

source: https://en.wikipedia.org/wiki/Data_transfer_object

No comments:

Post a Comment