EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
284 stars 94 forks source link

Generate [Serializable] for DTOs #58

Closed gdlcf88 closed 4 years ago

gdlcf88 commented 4 years ago

Refer to: https://github.com/abpframework/abp/blob/1764eaf90f11cd0aba0c6228704ef4b2dd43adc3/docs/en/Best-Practices/Data-Transfer-Objects.md

Do mark all DTOs as [Serializable] since they are already serializable and developers may want to binary serialize them.