XmlSerializer skips DefaultValue propertes

前端 未结 0 996
既然无缘
既然无缘 2021-02-12 15:54

I have a Settings class like this:

public class Settings
{
   [DefaultValue(0)]
   public int Count { get; set; }

   [DefaultValue(false)]
   public bool Enabled         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题