-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
cleanup(serde_v8): streamline magic types #14076
cleanup(serde_v8): streamline magic types #14076
Conversation
Formalize magic types and how they're transerialized Also makes `U16String` deserializable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to have a unit test showing deserializing U16String
nevermind - i see it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - it's complex stuff that I don't understand completely, but tests pass.
d65dfbf
to
dd4e0c8
Compare
Formalize magic types and how they're "transerialized", also makes U16String deserializable
Formalize magic types and how they're "transerialized", also makes U16String deserializable
Formalize magic types and how they're "transerialized", also makes U16String deserializable
Formalize magic types and how they're "transerialized"
Also makes
U16String
deserializable