Deserialize(Reader<TReaderInput>, WrappedException)
public void Deserialize<TReaderInput>(ref Reader<TReaderInput> reader, WrappedException instance) Deserializes into the provided value.
Parameters
readerReader<TReaderInput>- The reader.
instanceWrappedException- The value.
