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