Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonConverterAttribute.cs
Go to the documentation of this file.
2
4
5[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Interface, AllowMultiple = false)]
7{
8 [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)]
9 public Type? ConverterType { get; private set; }
10
15
17 {
18 }
19
21 {
22 return null;
23 }
24}
JsonConverterAttribute([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)] Type converterType)
virtual ? JsonConverter CreateConverter(Type typeToConvert)