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

◆ Deserialize< TValue >() [16/16]

static ? TValue System.Text.Json.JsonSerializer.Deserialize< TValue > ( this JsonNode? node,
JsonTypeInfo< TValue > jsonTypeInfo )
inlinestatic

Definition at line 157 of file JsonSerializer.cs.

158 {
159 if (jsonTypeInfo == null)
160 {
161 throw new ArgumentNullException("jsonTypeInfo");
162 }
164 }
static TValue ReadNode< TValue >(JsonNode node, JsonTypeInfo jsonTypeInfo)

References System.Text.Json.JsonSerializer.ReadNode< TValue >().