We made aegis handle char and Character, perhaps it would work better for you. Mostly, I recommend using String.
On Sat, Aug 1, 2009 at 4:24 PM, kanch<[email protected]> wrote: > > CXF 2.2.2. I've been using the cxf-bundle-jaxrs package, and default > databinding. > > > > bimargulies wrote: >> >> What version of CXF? What databinding? >> >> On Sat, Aug 1, 2009 at 12:38 PM, kanch <[email protected]> wrote: >> >>> >>> Hi all, >>> >>> I have an object that contains a Character property. When I call my REST >>> service to retrieve an object of this type in json format >>> (@Produce("application/json")) it converts the Character to it's ascii >>> representation. How can I stop this and retrieve the actual character? >>> >>> Thanks in advance. >>> -- >>> View this message in context: >>> http://www.nabble.com/char-and-Character-converted-to-ascii-numbers-when-serializing-to-application-json-objects-tp24770617p24770617.html >>> Sent from the cxf-user mailing list archive at Nabble.com. >>> >>> >> >> > > -- > View this message in context: > http://www.nabble.com/char-and-Character-converted-to-ascii-numbers-when-serializing-to-application-json-objects-tp24770617p24772394.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
