Em sexta-feira, 19 de julho de 2013 16h33min26s UTC-3, AJ escreveu: > > The AutoBean > page<https://code.google.com/p/google-web-toolkit/wiki/AutoBean>states > Goals > > - Decrease boilerplate in model-rich applications > - Support easy encoding of AutoBeans to JSON structures > - Provide support code for common operations on data-model objects > - *Usable in non-GWT (e.g. server) code* > > Of course, that could mean usable in non-GWT Java code, but it doesn't say > that :) >
It is usable, as intended. It is just not "decodable by unawares JSON parser" as you initially expected. A Java machine is not needed to decode this representation. You just need to decode it according with its protocol. -- P. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
