ValueSerializerAttribute Class
Specifies which ValueSerializer class to use for a particular type or overrides which ValueSerializer to use for a property.
Assembly: WindowsBase (in WindowsBase.dll)
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Interface, AllowMultiple = false, Inherited = true)] public sealed class ValueSerializerAttribute : Attribute
You cannot directly create an instance of this class in XAML.
A ValueSerializer can be associated with an attached property by applying the ValueSerializerAttribute attribute on the static accessor method for the attached property.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.