[Mono-bugs] [Bug 645257] Need to implicitly wrap non-IJavaObject types with an ObjectWrapper instance.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 11 13:42:47 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=645257

https://bugzilla.novell.com/show_bug.cgi?id=645257#c1


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpryor at novell.com
            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 <jpryor at novell.com> 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.


More information about the mono-bugs mailing list