XMLSerializer is for serializing into XML format... if you want to JSONize your object you can use overlay types in conjunction with com.google.gwt.json.client.JSONObject
On 21 Okt., 09:49, Vibhuti Gupta <[email protected]> wrote: > Hello > > I need to create a json object in GWT. I was trying to create a JSON object > using XMLSerializer but it does not work in GWT. > Any ideas on this... > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
