API reference
Class DecomposerAttribute
- Namespace
- DisCatSharp.Common.Serialization
- Assembly
- DisCatSharp.Common.dll
Specifies a decomposer for a given type or property.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field)]
public sealed class DecomposerAttribute : SerializationAttribute
- Inheritance
-
DecomposerAttribute
- Inherited Members
- Extension Methods
Constructors
- DecomposerAttribute(Type)
Specifies a decomposer for given type or property.
Properties
- DecomposerType
Gets the type of the decomposer.