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& (facebook#56410)
Summary:
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]
Differential Revision: D100222030
0 commit comments