You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NOTE: This is based on, and should be merged alongside,
#15482 I'll leave this in
draft until that PR is merged.
# Objective
Equivalent of #15482 but for
serialization. See that issue for the motivation.
Also part of this tracking issue:
#15518
This PR is non-breaking, just like the deserializer PR (because the new
type parameter `P` has a default `P = ()`).
## Solution
Identical solution to the deserializer PR.
## Testing
Added unit tests and a very comprehensive doc test outlining a clear
example and use case.
0 commit comments