Serializing abstract classes to XML in c#

geekzilla.co.uk — Often in web services you will want to return something that contains a List of objects of an abstract class. Dot Net doesn't do this by default (giving a runtime error) but you can tell it to quite easily with the following method attributes.... Aug 24, 2006 View in Crawl 4