Can be used to associate a specific ValueSerializer type declaratively to a target.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Interface, AllowMultiple = false, 
	Inherited = true)]
public sealed class ValueSerializerAttribute : Attribute
Visual Basic
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Interface, AllowMultiple := False,  _
	Inherited := True)> _
Public NotInheritable Class ValueSerializerAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    yWorks.Support.Windows..::..ValueSerializerAttribute

See Also