c# Programming Glossary: myclasswithnullableprop
Suppress xsi:nil but still show Empty Element when Serializing in .Net http://stackoverflow.com/questions/1710107/suppress-xsinil-but-still-show-empty-element-when-serializing-in-net adding the xsi nil true attribute is shown below XmlRoot MyClassWithNullableProp Namespace urn myNamespace IsNullable false public class MyClassWithNullableProp.. Namespace urn myNamespace IsNullable false public class MyClassWithNullableProp public MyClassWithNullableProp this._namespaces new XmlSerializerNamespaces.. false public class MyClassWithNullableProp public MyClassWithNullableProp this._namespaces new XmlSerializerNamespaces new XmlQualifiedName..
|