Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Java.Interop] Additional marshaler lookup (#389)
Context: #388 Before going to use the proxy object marshaler, try to check the implemented interfaces of `type` for a custom marshaler. It can be used in xamarin-android to marshal `IJavaObject` based objects, which do not implement `IJavaPeerable`.
- Loading branch information