I am serializing objects to XML like so using the following code:
using System.IO; using System.Xml.Serialization; namespace ConsoleApplication2 { class Pro
Using
[XmlElement(IsNullable = true)] public string Two { get; set; }
you can represent it as