Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

Make the default JSON serlializer for converting from and to POCO configurable #235

Open jdub4237 opened 2 months ago

jdub4237 commented 2 months ago

Currently the default JSON serializer embedded is Newtonsoft JsonConvert and it would be nice to use System.Text.Json.JsonSerializer. I propose a configurable JSON serializer so different ones could be set at config time in the AddServiceBus extension method and ServiceBusOptions type.