Generated POCO generated from Model POCO does not retain [Serializable] attribute #4811
MartyJones-Ascensus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a POCO that is used as a return object from my service that is decorated with the [Serializable] attribute. When I generate the client the generated POCO does not have the [Serializable] attribute.
How can I ensure that the generated model POCO retains the [Serializable] attribute?
Beta Was this translation helpful? Give feedback.
All reactions