假設我試圖將xml反序列化到我的類,如果任何值爲空或爲十進制或日期時間爲空,那麼如何處理null。如何在xml和c中處理null#
[XmlElement(ElementName = "Salary" , typeof(double))]
public string Salary { get; set; }
[XmlElement(ElementName = "BirthDate" , typeof(DateTime))]
public string Phone { get; set; }
假設如果BirthDate或Salary在xml中爲null或爲空,那麼在反序列化時如何處理它。需要解決。謝謝。
什麼是墊片財產兩種選擇。詳細討論。 – Mou 2011-05-02 11:52:31