TextSerializableAttribute class

This attribute must be applied to a class to be serialized, unless the Fluent Configuration model is used

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
public class TextSerializableAttribute : Attribute

Public Members

name description
TextSerializableAttribute() Default Constructor

See Also