Azure / autorest.csharp

Extension for AutoRest (https://github.com/Azure/autorest) that generates C# code
MIT License
142 stars 165 forks source link

Make serialization of DPG-generated models available in the public API #2351

Closed annelo-msft closed 9 months ago

annelo-msft commented 2 years ago

Currently, Azure SDK models are written to/read from wire formats internally in service methods on a client.

This tracks the work to design and implement serialization as part of the public API. Before starting this work, we will need to formalize requirements for this.

[Description TBD]

ArthurMa1978 commented 2 years ago

Customer report similar ask here https://github.com/Azure/azure-sdk-for-net/issues/31095