Deserialize(Reader<TReaderInput>, ConcurrentQueueSurrogate<T>)
public void Deserialize<TReaderInput>(ref Reader<TReaderInput> reader, scoped ref ConcurrentQueueSurrogate<T> instance) Deserializes the specified type.
Parameters
readerReader<TReaderInput>- The reader.
instanceConcurrentQueueSurrogate<T>- The value.
