I\'m creating a WCF service which I want to consume from a Java app. But the question isn\'t about .net-java interop.
I am trying to implement IXmlSerializable. My class implements serializable and writes a single string. I wish to be able to export an object graph schema using XsdDataContractExporter (the standard o