Azure / azure-functions-durable-powershell

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

Tracking depedency: keep serialization logic to match worker serialization #54

Open davidmrdavid opened 1 year ago

davidmrdavid commented 1 year ago

Follow up to: https://github.com/Azure/azure-functions-durable-powershell-private/pull/53#discussion_r1204838179

We should keep our JSON serialization strategy compatible with the worker. Otherwise, we risk serialization errors. Creating this ticket to track that dependency.