Is it possible to add the [Serializable] attribute to Entity Developer Types ?
Posted: Tue 06 Nov 2018 09:46
I need to add [Serializable] to certain types to use "out of process" session persistence. Presently I have to edit the generated code which is incorrect since it will get overwritten on the next POCO generation. In addition we only put the EDML into source control as we consider this to be the source and not the generated C# POCOs.
Is there a way to add [Serializable] in the relevant types in Entity Developer such that [Serializable] is included in the generated C# Class Definition code?
I have looked at the "Attributes" dialog, but this seems focussed on "Data Annotations".
Thanks.
Is there a way to add [Serializable] in the relevant types in Entity Developer such that [Serializable] is included in the generated C# Class Definition code?
I have looked at the "Attributes" dialog, but this seems focussed on "Data Annotations".
Thanks.