# ClusterClientAzureQueueJsonStreamConfiguratorExtensions Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.clusterclientazurequeuejsonstreamconfiguratorextensions/)

## ConfigureJsonAdapter(IClusterClientAzureQueueJsonStreamConfigurator, Action&lt;AzureQueueJsonDataAdapterOptions&gt;) {#configurejsonadapter-this-orleans-hosting-iclusterclientazurequeuejsonstreamconf-8c02cfae}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.clusterclientazurequeuejsonstreamconfiguratorextensions/methods/configurejsonadapter-this-orleans-hosting-iclusterclientazurequeuejsonstreamconf-8c02cfae/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/AzureQueue/AzureQueueStreamBuilder.cs#L201-L202)

```csharp
[System.Diagnostics.CodeAnalysis.Experimental(StreamingJsonSerializationExperimental, UrlFormat = https://github.com/dotnet/orleans/pull/9618)]
public static void ConfigureJsonAdapter(this IClusterClientAzureQueueJsonStreamConfigurator configurator, Action<AzureQueueJsonDataAdapterOptions> configureAdapterOptions)
```

Configures the JSON data adapter behavior options.

### Parameters

- `configurator` (`IClusterClientAzureQueueJsonStreamConfigurator`): The configurator.
- `configureAdapterOptions` (`Action<AzureQueueJsonDataAdapterOptions>`): Action to configure JSON data adapter options.

## ConfigureJsonSerialization(IClusterClientAzureQueueJsonStreamConfigurator, Action&lt;OrleansJsonSerializerOptions&gt;) {#configurejsonserialization-this-orleans-hosting-iclusterclientazurequeuejsonstre-eb035aa1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.clusterclientazurequeuejsonstreamconfiguratorextensions/methods/configurejsonserialization-this-orleans-hosting-iclusterclientazurequeuejsonstre-eb035aa1/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/AzureQueue/AzureQueueStreamBuilder.cs#L190-L191)

```csharp
[System.Diagnostics.CodeAnalysis.Experimental(StreamingJsonSerializationExperimental, UrlFormat = https://github.com/dotnet/orleans/pull/9618)]
public static void ConfigureJsonSerialization(this IClusterClientAzureQueueJsonStreamConfigurator configurator, Action<OrleansJsonSerializerOptions> configureJsonOptions)
```

Configures JSON serializer options for the Azure Queue stream provider.

### Parameters

- `configurator` (`IClusterClientAzureQueueJsonStreamConfigurator`): The configurator.
- `configureJsonOptions` (`Action<OrleansJsonSerializerOptions>`): Action to configure JSON serializer options.
