# Codec_NotAllowedAttributionGrain.Deserialize(Reader&lt;TReaderInput&gt;, NotAllowedAttributionGrain)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.transactionattributiongrainextensions.codec-notallowedattributiongrain/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.transactionattributiongrainextensions.codec-notallowedattributiongrain/methods/)

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

Deserializes into the provided value.

### Parameters

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