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
ISerialization methods should take in const jsi::Value& (#56410)
Summary:
Pull Request resolved: #56410
Missed when we first added the `ISerialization` interface. In JSI APIs,
`Value` is generally passed in as a const reference. This makes it clear
that the actual reference, not the referent, is const.
Fixing the serialization methods to be consistent with the rest of JSI.
Changelog: [Internal]
Reviewed By: lavenzg
Differential Revision: D100222030
0 commit comments