Re: [xstream-user] Re: Re: XStream ConversionException the second time I parse an XML file

2012-05-29 Thread Gonzalo Rodríguez Píriz
Hello again Jörg, and sorry for the late reply. I'm using the last version of XStream that can be found in the website. If I have some time this week I'll try to see if the problem was just Android or I can replicate it in a simple Java project. Thank you for everything :) Kind regards, Gonzalo

[xstream-user] Re: encoding and schema

2012-05-29 Thread Jörg Schaible
Hi Daniel, Daniel Schnit wrote: > Hi all...i have a question > I need to use a combination of encoding (UTF-8) without schema > if i user new XStream() i can work without schema but have a problem with > encoding > and if i use DomDriver("UTF-8") throws a exception cause need a dtd file. and whe

[xstream-user] encoding and schema

2012-05-29 Thread Daniel Schnit
Hi all...i have a question I need to use a combination of encoding (UTF-8) without schema if i user new XStream() i can work without schema but have a problem with encoding and if i use DomDriver("UTF-8") throws a exception cause need a dtd file. Tks

[xstream-user] Re: simple problem converting JSON data to object

2012-05-29 Thread Jörg Schaible
Hi Jason, Jason Novotny wrote: > > Hi, > > I have a class OrderRequest, I show my fields below (there are > set/get for each field, not displayed) > > public class OrderRequest implements Serializable { > private Long id; > private String accountName; > private Date timeSta