Hi All, I am using jackson parser to parse my response. I am getting java.lang.NoSuchMethodException exception. I am using
ObjectMapper mapper = new ObjectMapper(); output = mapper.readValue(response, classType); code. I want to know where could be the problem, in the class type or some wrong function of the jackson parser has been used. When we face this issue? Regards, Manish -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en