[]
Instructs the JsonConverterAttribute to use the specified JsonConverter when serializing the member or class.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface|AttributeTargets.Parameter, AllowMultiple = false)]
public sealed class JsonConverterAttribute : C1ConverterAttribute, _Attribute
Name | Description |
---|---|
JsonConverterAttribute(Type) | Creates an instance of JsonConverterAttribute. |
JsonConverterAttribute(Type, params object[]) | Creates an instance of JsonConverterAttribute. |