Hello Thangavel,

you can resolve this issue and simplify your code:
 - the interface which should refer to ObjectRepresentation
public interface MiddleWare extends Serializable{
    @Put
    public void addGroup(String name);
    @Get
    public ArrayList<Use​rBean> getUserList();
}

 - the client code
List<UserBean> list = testResource.getUserList();


Best regards,
Thierry Boileau

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

Reply via email to