Table of Contents

Class SerializableAttribute

Namespace
System
Assembly
mscorlib.dll

Indicates that a class can be serialized. This class cannot be inherited.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Delegate, Inherited = false)]
public sealed class SerializableAttribute : Attribute
Inheritance
SerializableAttribute
Inherited Members
Extension Methods

Constructors

SerializableAttribute()

public SerializableAttribute()