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