Re: Interested in GWT client-side JSON serialization and deserialization?

2010-09-24 Thread Harald Pehl
In case you’re interested: I’ve written another JSON mapper which also
comes with XML support. Feel free to take a look at it:

http://code.google.com/p/piriti/

- Harald

On Sep 23, 6:19 pm, lineman78 linema...@gmail.com wrote:
 This is way too complex, just stick to overlay objects and the
 json2.js library(assuming you are targeting IE6 you need to include
 it, otherwise it is provided) with JSON.parse and JSON.stringify.

 On Sep 23, 9:11 am, Ciarán ciaran.mccann@gmail.com wrote:







  If your interested in GWT client-side JSON serialization and
  deserialization check out the below link

 http://flax.ie/flax-engine-gwt-client-side-json-serialization-and-des...

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Interested in GWT client-side JSON serialization and deserialization?

2010-09-23 Thread Ciarán
If your interested in GWT client-side JSON serialization and
deserialization check out the below link

http://flax.ie/flax-engine-gwt-client-side-json-serialization-and-deserialization/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Interested in GWT client-side JSON serialization and deserialization?

2010-09-23 Thread lineman78
This is way too complex, just stick to overlay objects and the
json2.js library(assuming you are targeting IE6 you need to include
it, otherwise it is provided) with JSON.parse and JSON.stringify.

On Sep 23, 9:11 am, Ciarán ciaran.mccann@gmail.com wrote:
 If your interested in GWT client-side JSON serialization and
 deserialization check out the below link

 http://flax.ie/flax-engine-gwt-client-side-json-serialization-and-des...

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.