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