Um, what I really meant to say is, is this class available at runtime in the application? Sounds like it's not, and that's causing the error.
You need to make sure this class is available for instantiation when the server response is deserialized, under the same name as in the response. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 25.08.2010 0:58 пользователь "[email protected]" <[email protected]> написал: No, it is in a related project, as in Eclipse "required projects on the build path". On Aug 24, 10:51 pm, Kostya Vasilyev <[email protected]> wrote: > Do you have this class defined i... > 25.08.2010 0:39 пользователь "[email protected]" < [email protected]> > написал: > Regards, Kevin -- You received this message because you are subscribed to the Google Groups "Android Developers" group... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

