Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonDocumentConverter.cs
Go to the documentation of this file.
2
3internal sealed class JsonDocumentConverter : JsonConverter<JsonDocument>
4{
9
11 {
12 value.WriteTo(writer);
13 }
14}
static JsonDocument ParseValue(Stream utf8Json, JsonDocumentOptions options)
override void Write(Utf8JsonWriter writer, JsonDocument value, JsonSerializerOptions options)
override JsonDocument Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)