My client application is retrieving Pojo from the server.
This Pojo implements Serializable and there is no pb to display this
object on the browser.
I would like to persist the Pojo in the Gears browser database. For
doing that, i need to:

1. serialize my Pojo in Binary
How to do that ?? (I wanted to use writeObject method from an
outputStream BUT ByteArrayOutputStream is not available with GWT ???)
2. store the binary data in the Gears database.
3. when needed, read the data, unserialize with readObject...

Is there a solution to serialize/unserialize a POJO ? How to retrieve
the Binary data ??
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to