我有一个对象,我序列化为XML.如果对象中的某个属性为null,则本机序列化将忽略将其添加为属性.这是正常行为,如果是这样,有没有办法可以覆盖它?
例如:
public class Test { [XmlAttribute] public string value {set; get; } [XmlAttribute] public string key {set; get; } }
当值为null时,我得到
Sunny Mileno.. 33
XmlElement(IsNullable = true)
XmlElement(IsNullable = true)