How to cast Java.Lang.Object to some native type?
Example:
ListView adapter contains instances of native type Message. When i am trying to get SelectedItem from
If for some reason GetChildAtPosition is not possible, serialise the object to json string and then deserialise the string back to native class.