views:

49

answers:

0

Currently working on GWT application and I was wondering how can I serializes an object on client-side and then save that to a file on the server and then be able to dematerialize that file when needed back down on the client. I have read googles documentation on serialization and RPC's seem to be lacking any really examples. A simple google shows up very litte information on the topic.

Thanks