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

◆ Serialize< TValue >() [2/6]

static void System.Text.Json.JsonSerializer.Serialize< TValue > ( Stream utf8Json,
TValue value,
JsonTypeInfo< TValue > jsonTypeInfo )
inlinestatic

Definition at line 1707 of file JsonSerializer.cs.

1708 {
1709 if (utf8Json == null)
1710 {
1711 throw new ArgumentNullException("utf8Json");
1712 }
1713 if (jsonTypeInfo == null)
1714 {
1715 throw new ArgumentNullException("jsonTypeInfo");
1716 }
1718 }

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