Hi Techies,

                I have resolved the Issue. There is a way to transfer an
object from server to client is that using the ObjectRespresentation class.


use the statement in client side:

=====

ClientResource clientResource = new
ClientResource("http://springdboperation.com:8080/InvokeRestletWS/start";);
 MiddleWare testResource = clientResource.wrap(MiddleWare.class); 


ObjectRepresentation<ArrayList<UserBean>> objec = new
ObjectRepresentation<ArrayList<UserBean>>(clientResource.get()); 

ArrayList<UserBean> list = objectRepresentation.getObject(); // You can type
cast to the List...

=============

Its working fine for me now....


-- 
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Deserialization-issue-tp5367438p5379712.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2643674

Reply via email to