Search Results

5
votes
5answers
4k views

How to implement custom JSON serialization from ASP.NET web service?

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 properties as well as oth …