Issue 2: XStream Exception while using TwilioClient.getAccount()
Status:  New
Owner: ----
Reported by blue.420...@gmail.com, May 16, 2011
>>this exception is generated while using---

TwilioClient tc = new TwilioClient(AccountSid,password);
Account ac=tc.getAccount();


>>What is the expected output? What do you see instead?

expected output--Account type Object.

Exception in thread "main" com.thoughtworks.xstream.converters.ConversionException: Type : Type : Type : Type
---- Debugging information ----
message             : Type : Type
cause-exception     : com.thoughtworks.xstream.mapper.CannotResolveClassException
cause-message       : Type : Type
class               : twilio.client.TwilioResponse
required-type       : twilio.client.Account
path                : /TwilioResponse/Account/Type
-------------------------------


What version of the product are you using? On what operating system?
>>XStream 1.3

Please provide any additional information below.