[xstream-user] Re: Re: ReflectionConverter basic use

2013-03-06 Thread Jörg Schaible
Hi Amanda, Amanda Varella wrote: > Thank you Joerg. But I think I didnt explain very well. Actually, the > field address is a field. I know only some parts of the XML. So, If > I dont know What field can come, I can't ommit it. I'm making a processor > based in 10 xmls and making sure that all o

Re: [xstream-user] Re: ReflectionConverter basic use

2013-03-06 Thread Amanda Varella
Thank you Joerg. But I think I didnt explain very well. Actually, the field address is a field. I know only some parts of the XML. So, If I dont know What field can come, I can't ommit it. I'm making a processor based in 10 xmls and making sure that all of them can be serialized. But, I can receiv

[xstream-user] Re: ReflectionConverter basic use

2013-03-06 Thread Jörg Schaible
Hi Amanda, Amanda Varella wrote: > Hi, > > as I´m having some trouble in testing the ReflectionConverter, I wil ask > your help with this basic issue! > > I have a class: > > public class Person { > String name; > String age; > > public Person() { > > } > } > > And the follo

[xstream-user] Re: [xstream-dev] xstream with android (latest ADT eclipse plugin)

2013-03-06 Thread Jörg Schaible
Hi Dave, DJDaveMark wrote: > Hi Sherban, > > Sorry I read your email too quickly. It seems that Android doesn't ship > with the javax.xml.stream package: > http://developer.android.com/reference/javax/xml/xpath/package- summary.html > > Here's something I found with help to include missing java

[xstream-user] ReflectionConverter basic use

2013-03-06 Thread Amanda Varella
Hi, as I´m having some trouble in testing the ReflectionConverter, I wil ask your help with this basic issue! I have a class: public class Person { String name; String age; public Person() { } } And the following XML Amanda 31 Niteroi I would like to register t

[xstream-user] Re: [xstream-dev] xstream with android (latest ADT eclipse plugin)

2013-03-06 Thread DJDaveMark
Hi Sherban, Sorry I read your email too quickly. It seems that Android doesn't ship with the javax.xml.stream package: http://developer.android.com/reference/javax/xml/xpath/package-summary.html Here's something I found with help to include missing javax libraries: http://code.google.com/p/dalvi