I am also having problem with XML serialization. On the server I have
In the client I have
But the text that I am getting is only "<?xml version="1.0" encoding="UTF-8"?> <
java version="1.6.0_20" class="java.beans.XMLDecoder"> <object class="com.sun.rowset.CachedRowSetImpl"/> </java>"; there is no data!
Also, I was trying originally to transer the CachedRowSetImpl object constructing a JSON string (Google JSON ) but I was getting an error that the object had a circular reference.
What I really want to do is to serialize and transfer a
JDBC ResultSet. Can anybody tell me how to do that?