Wednesday, May 20, 2015

Re: Third Party Library for GWT validation



On Wednesday, May 20, 2015 at 4:40:17 PM UTC+2, Chad Vincent wrote:
(GWT responses use GSON, a Google-modified JSON, and are converted to POJO post-receive.)

Huh!?!?!?!

GWT-RPC uses its own serialization formats (plural: server-to-client is based on JS object literals –there's a patch to move to pure JSON, but it hasn't been merged yet IIRC– whereas client-to-server is completely custom; anyway, those are custom formats: https://drive.google.com/open?id=1eG0YocsYYbNAtivkLtcaiEE5IOF5u4LUol8-LL0TIKU&authuser=0 )
RequestFactory uses JSON, but with a custom structure; so let's call it a custom format as well.

GSON is an open-source Java library, by Google, for working with JSON; nothing to do with a "Google-modified JSON": https://github.com/google/gson

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment