RPC serialization is not symetric, so you wil lnot be able to serialize/deserialize objects on the client side using this mechanism.
We achieved just what you describe by creating a JSON serializer/deserializer on the client side. I'm sorry that I'm not allowed to shar e this code. :-/, but I know some pretty good opsen source JSON serializers are under development. regards, Etienne 2010/9/9 bconoly <[email protected]>: > Hey All, > I need to create an EventBus implementation that will serialize > and deserialize event data objects solely on the client side to allow > for event sharing between mulitple GWT modules on a single page. Does > anyone know of an easy way for me to do that or possibly an example or > implementation that has already been done? > Thanks in advance > > -- > 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. > > -- 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.
