users@jersey.java.net

[Jersey] Re: JSON / XML unmarshaller problem

From: Jairo1 <jairo_at_azet.sk>
Date: Wed, 13 Apr 2011 07:53:56 -0700 (PDT)

Hi Jakub,

at first,thanks for reply.

Yes,your suggested JSONConfiguration.FEATURE_POJO_MAPPING is working well.
But I'm in situation that I don't know how the server side will be realized.
So will FEATURE_POJO_MAPPING work also for this case ?

I have posted my question because I'm facing the same problem with XML
presentation (Client has to support JSON and XML).
Does exist something cute like 'JSONConfiguration.FEATURE_POJO_MAPPING' also
for XML to not do overcomplicated unmashalling process ?

I found out that package-info.java of my java client is not rebuilt in the
proper way (class is not created using JBuilder 2006). Could this cause my
troubles?
Is it possible to replace this java file using other approach with the same
effect?

Thanks a lot,
Jairo

--
View this message in context: http://jersey.576304.n2.nabble.com/JSON-XML-unmarshaller-problem-tp6269059p6269325.html
Sent from the Jersey mailing list archive at Nabble.com.