Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteTo() [1/2]

Definition at line 14 of file JsonValueNotTrimmable.cs.

15 {
16 if (writer == null)
17 {
18 throw new ArgumentNullException("writer");
19 }
20 JsonSerializer.Serialize(writer, _value, options);
21 }

References System.Text.Json.Nodes.JsonValue< TValue >._value, System.options, System.Text.Json.JsonSerializer.Serialize(), and System.writer.