# Codec_RedisRemindersException.Deserialize(Reader&lt;TReaderInput&gt;, RedisRemindersException)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders.redis/orleanscodegen.orleans.reminders.redis.codec-redisremindersexception/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders.redis/orleanscodegen.orleans.reminders.redis.codec-redisremindersexception/methods/)

```csharp
public void Deserialize<TReaderInput>(ref Reader<TReaderInput> reader, RedisRemindersException instance)
```

Deserializes into the provided value.

### Parameters

- `reader` (`Reader<TReaderInput>`): The reader.
- `instance` (`RedisRemindersException`): The value.
