现在我想为这个类添加一个属性,我根本不希望被序列化.
是否可以使用某种属性添加此新属性,以便在调用serialize或deserialize方法时,此属性将被忽略?
[XmlIgnore] public int DoNotSerialize { get { ... } set { ... } }