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
Rationale: I want to remove the IJavaObject constraint so that we can do e.g. vm.GetValue<int>(javaLangIntegerHandle) to read a java.lang.Integer into an int (ditto arrays, etc.), and "Object" no longer makes sense when a copy of the value will be created.