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

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

static byte[] System.Text.Json.JsonSerializer.SerializeToUtf8Bytes< TValue > ( TValue value,
JsonTypeInfo< TValue > jsonTypeInfo )
inlinestatic

Definition at line 1448 of file JsonSerializer.cs.

1449 {
1450 if (jsonTypeInfo == null)
1451 {
1452 throw new ArgumentNullException("jsonTypeInfo");
1453 }
1455 }

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