-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Core: Add typed dictionary support for binary serialization #98120
Core: Add typed dictionary support for binary serialization #98120
Conversation
dalexeev
commented
Oct 12, 2024
- This was skipped in Implement typed dictionaries #78656.
- See also Core: Add typed array support for binary serialization #78219 and subsequent PRs.
9ce1e26
to
0edd54b
Compare
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.
Everything seems to be in order!
0edd54b
to
e861346
Compare
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.
I'll need to test and try to do a proper re-review since it's hard to safely evaluate just by looking at the changes, but in the meantime I added a couple of readability comments
f575cb7
to
22295bc
Compare
22295bc
to
9ba098b
Compare
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.
Looking great!
I've gone through all changes, everything seems in order, also run some tests using the multiplayer API (which adds some custom encoding on top of the regular variant marshalling) and everything worked as expected.
Awesome work! 🥇 🏆
Thanks! |