What options are there for serialization when returning instances of custom classes from a WebService?
We have some classes with a number of child collection class p
You can use the System.Runtime.Serialization.Json.DataContractJsonSerializer class in the System.ServiceModel.Web.dll assembly.
System.Runtime.Serialization.Json.
System.ServiceModel.Web.dll