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

Generate schema-based deserializers #273

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

JordonPhillips
Copy link
Contributor

This adds code-generated deserializers based on schemas. It also fixes some member filtering that was previously added but not working properly.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This adds code-generated deserializers based on schemas. It also fixes
some member filtering that was previously added but not working
properly.
@JordonPhillips JordonPhillips requested a review from a team as a code owner July 1, 2024 15:46
@@ -111,6 +111,7 @@ private static void writePyproject(
reportUnusedFunction = false
reportUnusedVariable = false
reportUnnecessaryComparison = false
reportUnusedClass = false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed because union deserializers are classes, event stream deserializers are never called as they are filtered out currently.

@JordonPhillips JordonPhillips merged commit 80a5ee3 into develop Jul 8, 2024
5 checks passed
@JordonPhillips JordonPhillips deleted the actually-generate-deser-method branch July 8, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants