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

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

static JsonElement System.Text.Json.JsonSerializer.SerializeToElement< TValue > ( TValue value,
JsonTypeInfo< TValue > jsonTypeInfo )
inlinestatic

Definition at line 271 of file JsonSerializer.cs.

272 {
273 if (jsonTypeInfo == null)
274 {
275 throw new ArgumentNullException("jsonTypeInfo");
276 }
278 }

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