https://bugzilla.novell.com/show_bug.cgi?id=645257
https://bugzilla.novell.com/show_bug.cgi?id=645257#c1 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|ArrayAdapter<T>.Add(T item) |Need to implicitly wrap |Fails With Custom Types - |non-IJavaObject types with |Unable to Convert to |an ObjectWrapper instance. |Android.Runtime.IJavaObject | --- Comment #1 from Jonathan Pryor <[email protected]> 2010-10-11 17:42:46 UTC --- JavaTypeConverter needs to convert non-primitive, non-IJavaObject instances into Java.Lang.Object wrapper which delegates java.lang.Object methods to their appropriate System.Object methods, e.g. delegate toString() to Object.ToString(). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
