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

◆ Deserialize() [8/16]

static ? object System.Text.Json.JsonSerializer.Deserialize ( Stream utf8Json,
Type returnType,
JsonSerializerOptions? options = null )
inlinestatic

Definition at line 866 of file JsonSerializer.cs.

867 {
868 if (utf8Json == null)
869 {
870 throw new ArgumentNullException("utf8Json");
871 }
872 if (returnType == null)
873 {
874 throw new ArgumentNullException("returnType");
875 }
877 }

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