Dear professionals,

I want to save gwt classes object in the database and later to
retrieve them back for use. Imagine that I have a class:

Pages{
  String pageName;
  String pageUrl;
}

and create an object:

Pages page1 = new Pages();

How can I:

1) Serialize 'page1' object.
2) Sent it to database with php
3) get to gwt again
4) desirealize and use it

Serialize and desirealize parts are the most important to me. Best
wishes to you and I'm waiting your help. I haven't found any tutorial
for this which works without bugs.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to