users@jersey.java.net

[Jersey] Re: how to rename XmlRootElement in JSON

From: Maxrunner <joao.rossa_at_gmail.com>
Date: Thu, 9 Jun 2011 11:47:54 -0700 (PDT)

Here's method resource:

@GET
@Produces("application/json;charset=ISO-8859-1") ---> wont work:S
@Path("/getOrganica")
public OrganicaMobileEntity getOrganica(){
 return fillOrganica(123,"Organição Mind","2010-12-23",true)
 }

2011/6/9 João Rossa <joao.rossa_at_gmail.com>

> Oopps forgot the whole question....:P
> Where do i use the outputstreamwriter? in the context resolver or in the
> resource class to send to jackson?
>
>
> 2011/6/9 João Rossa <joao.rossa_at_gmail.com>
>
>> Where do i use the outputstreamwriter? in the context resolver or in the
>> resource class?
>>
>> regards,
>>
>>
>> On Thu, Jun 9, 2011 at 7:30 PM, Cowtowncoder [via Jersey] <
>> ml-node+6459099-1484101709-73314_at_n2.nabble.com> wrote:
>>
>>> On Thu, Jun 9, 2011 at 3:05 AM, Maxrunner <[hidden email]<http://user/SendEmail.jtp?type=node&node=6459099&i=0>>
>>> wrote:
>>> > IS it possible to encode the data in iso-8859-1 ?
>>>
>>> (related to the other response)
>>>
>>> Although ISO-8859-1 (and other Latin-x encodings) are not valid for
>>> JSON, one can create a Writer
>>> (new OutputStreamWriter(stream, "ISO-8859-1")) and pass that to
>>> Jackson; or use a StringWriter, serialize, take String, return that.
>>> So it is possible, just not convenient.
>>>
>>> -+ Tatu +-
>>>
>>>
>>> ------------------------------
>>> If you reply to this email, your message will be added to the
>>> discussion below:
>>>
>>> http://jersey.576304.n2.nabble.com/how-to-rename-XmlRootElement-in-JSON-tp6173292p6459099.html
>>> To unsubscribe from how to rename XmlRootElement in JSON, click here<http://jersey.576304.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=6173292&code=am9hby5yb3NzYUBnbWFpbC5jb218NjE3MzI5MnwyMDYzODA1MDkw>.
>>>
>>>
>>
>>
>


--
View this message in context: http://jersey.576304.n2.nabble.com/how-to-rename-XmlRootElement-in-JSON-tp6173292p6459164.html
Sent from the Jersey mailing list archive at Nabble.com.