Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Default to Newtonsoft.JSON-based serialization #37

Closed davidmrdavid closed 1 year ago

davidmrdavid commented 1 year ago

Currently, we accidentally use a mix of System.Text.Json and Newstonsoft.JSON serialization, which leads to problems when deserializing datatypes. With this change, we're explicitly setting Newstonsoft.JSON as our end to end serializer, which should match the serialization behavior of the current PowerShell SDK.

davidmrdavid commented 1 year ago

Closing due to https://github.com/Azure/azure-functions-durable-powershell-private/pull/38