Search Results

0
votes

serializing generic XML data across WCF web service requests

The class returned by the method needs to implement IXmlSerializable. public XmlContent XmlContent() { return new XmlContent(); } [XmlRoot(ElementName = "div")] public class XmlCo …