Wednesday, May 20, 2015

Re: Third Party Library for GWT validation

Huh.  It's been a few years since I was in the raw serialization bits.  I must've got things confused.

Actually, that serialization format looks like what I remember seeing of HL7.

On Wed, May 20, 2015 at 10:05 AM Thomas Broyer <t.broyer@gmail.com> wrote:


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 a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/neqUQmNGcBg/unsubscribe.
To unsubscribe from this group and all its topics, 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.

--
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