[appengine-java] Re: XStream and Google App Engine

2011-02-20 Thread Charms Styler
Hi Sean, After patching XStream for GAE, I was able to convert my objects toXml() But was not able to use fromXml(). I was continuously receiving reflection errors. Would be grateful if you could elaborate on which part of you did successfully?? -- You received this message because you are

[appengine-java] Re: XStream and Google App Engine

2009-08-17 Thread Abe Parvand
Anyone figure out a solution to this? I really need xstream On Aug 8, 4:37 am, dflorey daniel.flo...@gmail.com wrote: I guess that due to reflection restrictions it is not possible to useXStreamor other tools relying on relection. I ended up with creating serializable dto classes. On 8