Azure / autorest.csharp

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

Extract and cleanup serialization/deserialization writing logic #2207

Open AlexanderSher opened 2 years ago

AlexanderSher commented 2 years ago

Model generation in DPG Grow-Up will require serialization / deserialization code generated in a variety of places. We can try to use existing serialization / deserialization writers, but those would require some improvements.

Current state:

Existing problems:

Expected result:

annelo-msft commented 2 years ago

We can start on this item once v1 GA work is completed.