I would like to retrieve a simple POJO object (implementing Serializable) from server and saving this java object into the Gears database. I have tried to use the WriteObject method from the ByteArrayOutputStream class but it seems that this class is not supported by the GWT JRE...
What is the solution to save a Java object to the Gears database ? I thought that native serialization/deserialization would be the best approach but i don't know how to implement the solution... Of course i would like to avoid XML or text manual serialization/ deserialization...
