Closed GoogleCodeExporter closed 9 years ago
If the server receives the objects, it has to know about the classes. You can
serialize the objects to byte[], then the server will not try to deserialize.
Forward the bytes to the other client, who would deserialize the byte[]. See
Kryo docs for how to serialized/deserialize to/from bytes.
Original comment by nathan.s...@gmail.com
on 18 Sep 2012 at 8:33
Original issue reported on code.google.com by
rohith...@gmail.com
on 15 Sep 2012 at 6:39