WCF serializes only 1 level
Hi All,
I have some object in my data layer. This object has navigation properties to other objects. When I connect to a method in the data layer using WCF the result is only the object without it's navigation properties. So only the first level is being serialized.
How can I have WCF serialize everything in the object and send it to the client?
Regards,
Ed
|