在MSDN中的定义是: Indicates that a class can be serialized. This class cannot be inherited. 等于没说。 Serialize其实是指把ojbect转换为字节流的过程。 用法不能再简单了:在需要的类定义之前加入:[Serializable]属性。