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

◆ ParseRented()

static JsonDocument System.Text.Json.JsonDocument.ParseRented ( PooledByteBufferWriter utf8Json,
JsonDocumentOptions options = default(JsonDocumentOptions) )
inlinestaticpackage

Definition at line 1126 of file JsonDocument.cs.

1127 {
1128 return Parse(utf8Json.WrittenMemory, options.GetReaderOptions(), null, utf8Json);
1129 }
static void Parse(ReadOnlySpan< byte > utf8JsonSpan, JsonReaderOptions readerOptions, ref MetadataDb database, ref StackRowStack stack)

References System.Text.Json.Dictionary, System.options, and System.Text.Json.JsonDocument.Parse().

Referenced by System.Text.Json.JsonSerializer.WriteDocumentUsingGeneratedSerializer< TValue >(), and System.Text.Json.JsonSerializer.WriteDocumentUsingSerializer< TValue >().