Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonNodeConverterFactory.cs
Go to the documentation of this file.
3
5
7{
24
25 public override bool CanConvert(Type typeToConvert)
26 {
28 {
29 return typeof(JsonNode).IsAssignableFrom(typeToConvert);
30 }
31 return false;
32 }
33}
override JsonConverter CreateConverter(Type typeToConvert, JsonSerializerOptions options)