C#.NET如何不序列化字段、属性 当我们使用公开属性以及公开字段时,都可以顺利的被序列化, [Serializable] public class MyClass { public int ID; ...