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

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

static ? TValue System.Text.Json.JsonSerializer.Deserialize< TValue > ( Stream utf8Json,
JsonSerializerOptions? options = null )
inlinestatic

Definition at line 841 of file JsonSerializer.cs.

842 {
843 if (utf8Json == null)
844 {
845 throw new ArgumentNullException("utf8Json");
846 }
848 }
static TValue ReadAllUsingOptions< TValue >(Stream utf8Json, Type returnType, JsonSerializerOptions options)

References System.Text.Json.Dictionary, System.options, and System.Text.Json.JsonSerializer.ReadAllUsingOptions< TValue >().