C#.NET如何不序列化字段、屬性 當我們使用公開屬性以及公開字段時,都可以順利的被序列化, [Serializable] public class MyClass { public int ID; ...