ConfigureJsonSerialization(ISiloAzureQueueJsonStreamConfigurator, Action<OrleansJsonSerializerOptions>)
staticextension
[System.Diagnostics.CodeAnalysis.Experimental(StreamingJsonSerializationExperimental, UrlFormat = https://github.com/dotnet/orleans/pull/9618)]public static void ConfigureJsonSerialization(this ISiloAzureQueueJsonStreamConfigurator configurator, Action<OrleansJsonSerializerOptions> configureJsonOptions) Configures JSON serializer options for the Azure Queue stream provider.
Parameters
configuratorISiloAzureQueueJsonStreamConfigurator- The configurator.
configureJsonOptionsAction<OrleansJsonSerializerOptions>- Action to configure JSON serializer options.
