The data table can be serialized to json format (DataTable.toJson() ) that can be read by the client library. Not sure if this is what you need.
On Fri, Sep 10, 2010 at 10:23 PM, Josip Šimić <[email protected]>wrote: > Hi, > > I'm new with Google Visualization for GWT. Can someone tell me which > is best pratice to transfer DataTable (data for visualization) with > GWT RPC. Cause DataTable is not serializable, and I have a lot of > data. I want to use GWT RPC cause I use Java on the server side. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api?hl=en.
