Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement models auto-serialization/deserialization #41

Closed
baywet opened this issue Mar 3, 2021 · 0 comments · Fixed by #58
Closed

implement models auto-serialization/deserialization #41

baywet opened this issue Mar 3, 2021 · 0 comments · Fixed by #58
Assignees
Labels
ADO to GitHub automation label Issue caused by core project dependency modules or library enhancement New feature or request fixed
Milestone

Comments

@baywet
Copy link
Member

baywet commented Mar 3, 2021

This https://github.com/microsoft/OpenAPI.NET/tree/vnext/src/Microsoft.OpenApi.Readers/V3 is how we built the deserializers for the OpenAPI.NET model.
And this is the generic code that reads the YAML/JSON and calls the generated mapping code https://github.com/microsoft/OpenAPI.NET/tree/vnext/src/Microsoft.OpenApi.Readers/ParseNodes
AB#8502

@baywet baywet added the enhancement New feature or request label Mar 3, 2021
@baywet baywet added this to the MVP milestone Mar 3, 2021
@baywet baywet self-assigned this Mar 3, 2021
@ddyett ddyett added the ADO to GitHub automation label Issue caused by core project dependency modules or library label Mar 9, 2021
@baywet baywet added the fixed label Mar 25, 2021
@baywet baywet linked a pull request Apr 1, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADO to GitHub automation label Issue caused by core project dependency modules or library enhancement New feature or request fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants