Class XmlTypeConverterAttribute
Attribute to override a TypeConverter for Xml serialization
Inherited Members
Namespace: NMF.Serialization
Assembly: NMF.Serialization.dll
Syntax
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class XmlTypeConverterAttribute : Attribute
Constructors
| Edit this page View SourceXmlTypeConverterAttribute(Type)
Creates a new XmlTypeConverterAttribute using the provided type
Declaration
public XmlTypeConverterAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type to use as TypeConverter |
Properties
| Edit this page View SourceType
The converter type to use in serialization
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |