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

◆ SerializeToNode< TValue >() [2/2]

static ? JsonNode System.Text.Json.JsonSerializer.SerializeToNode< TValue > ( TValue value,
JsonTypeInfo< TValue > jsonTypeInfo )
inlinestatic

Definition at line 329 of file JsonSerializer.cs.

330 {
331 if (jsonTypeInfo == null)
332 {
333 throw new ArgumentNullException("jsonTypeInfo");
334 }
336 }

References System.Text.Json.Dictionary, and System.value.