Android

XStream ConversionException: Cannot construct it does not have a no-args constructor

Posted on

Hi Guys, While using XStream to parse XML in my app, I see app crash due to this parse issue as ConversionException Caused by: com.thoughtworks.xstream.converters.ConversionException: Cannot construct <ClassName> as it does not have a no-args constructor : Cannot construct <ClassName> as it does not have a no-args constructor I see the issue is due to inner class, […]