-
Notifications
You must be signed in to change notification settings - Fork 262
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
Union Serialization #357
Union Serialization #357
Conversation
CodSpeed Performance ReportMerging #357 Summary
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #357 +/- ##
==========================================
- Coverage 96.50% 95.07% -1.44%
==========================================
Files 87 90 +3
Lines 9455 10038 +583
Branches 4 4
==========================================
+ Hits 9125 9544 +419
- Misses 330 494 +164
Continue to review full report at Codecov.
|
Continuation from #327, incorporating the ideas from the union discussion there.
@tiangolo @dmontagu @adriangb, I'd love your feedback.
Apart from some coverage and fixing the weird seg fault that's currently occurring in tests, I think this is ready to go.
Todo:
TypedDict
serialiser when required fields are omitted, and extra field are included - perhaps behind acheck
flag.