Auto serialize Entity Framework entities WCF

75 views Asked by At

It is possible to "auto" serialize all entities from a database when solution is build? (I use WCF, WPF and Entity Framework 6)

I observed that some of entities are serialized without doing anything.

In Service Reference configuration (at client) is checked reuse types in all referenced assemblies.

enter image description here

0

There are 0 answers