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

◆ Deserialize() [1/16]

static ? object System.Text.Json.JsonSerializer.Deserialize ( ReadOnlySpan< byte > utf8Json,
Type returnType,
JsonSerializerContext context )
inlinestatic

Definition at line 816 of file JsonSerializer.cs.

817 {
818 if (returnType == null)
819 {
820 throw new ArgumentNullException("returnType");
821 }
822 if (context == null)
823 {
824 throw new ArgumentNullException("context");
825 }
827 }
static JsonTypeInfo GetTypeInfo(JsonSerializerOptions options, Type runtimeType)

References System.Text.Json.Dictionary, and System.Text.Json.JsonSerializer.GetTypeInfo().