System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute Class

The System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute attribute is placed on a serializer to indicate the class to use as a default provider of that type of serializer.

See Also: DefaultSerializationProviderAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class DefaultSerializationProviderAttribute : Attribute

Remarks

To be a default serialization provider, a class must implement the System.ComponentModel.Design.Serialization.IDesignerSerializationProvider interface and have an empty constructor. The class itself can be internal to the assembly. This class cannot be inherited.

Requirements

Namespace: System.ComponentModel.Design.Serialization
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0