Please, I can't resolve this problem... See the post with the problem: http://maillist.caucho.com/pipermail/hessian-interest/2007-October/thread.html
Somebody from caucho team developer can help me? I need a sample that how readObject() from microHessianInput in my J2ME - CDC aplication. Is this possible qith hessian? I try of many ways, but without sucess... Just. In my WebService (hessian 3.12), I can serialize the object (POJO). If I consume this web service from a J2SE aplication, that work fine. I can deserialize the object. But when I try use MicroHessian to deserialize, I can deserialize a string.. But can't readObject(). I try in the server side change the code. I try use HessianOutput, Hessian2Output and MicroHessianOutput.. Bust when i try get the result (microHessianInput.readObject()), I get a (byte[]), but ca'nt transform thys (byte[]) in my object POJO again. I post this problem in sun forum discussion, but too withou sucess!!! http://forum.java.sun.com/thread.jspa?threadID=5222221&tstart=0 http://forum.java.sun.com/thread.jspa?forumID=62&threadID=5222221 Please, if someboy can serialize a List o object (POJO) in server-side and later deserialize this List in J2ME - CDC client, help me!!! thanks, Fabio Pinheiro _______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
