# JsonDurableQueueCommandCodec&lt;T&gt;.JsonDurableQueueCommandCodec&lt;T&gt;(JsonSerializerOptions?)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.json.jsondurablequeuecommandcodec-1/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.json.jsondurablequeuecommandcodec-1/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Journaling/Formats/Json/JsonDurableCollectionCommandCodecs.cs#L165-L168)

```csharp
public JsonDurableQueueCommandCodec(JsonSerializerOptions? options = null)
```

JSON codec for durable queue journal entries.

### Parameters

- `options` (`JsonSerializerOptions?`)
