2 implementations of Read
System.Text.Json (2)
System\Text\Json\Serialization\PipeReadBufferState.cs (1)
76public void Read(PipeReader utf8Json) => throw new NotImplementedException();
System\Text\Json\Serialization\StreamReadBufferState.cs (1)
95public void Read(Stream stream)