[This is preliminary documentation and is subject to change.]
Instructs the JsonSerializer to use the specified JsonConverter when serializing the member or class.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)] public class JsonConverterAttribute : Attribute |
Visual Basic (Declaration) |
---|
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := False)> _ Public Class JsonConverterAttribute _ Inherits Attribute |
Visual C++ |
---|
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property|AttributeTargets::Field, AllowMultiple = false)] public ref class JsonConverterAttribute : public Attribute |