# Codec_TickStatus.Deserialize(Reader&lt;TReaderInput&gt;, TickStatus)

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

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

Deserializes the specified type.

### Parameters

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