Hi,
This test works in my setup, but its best if you left the
deserialization to ignite via
ignite.cache(..).get(...)
Try modifying the example:
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryPutGetExample.javaput the appropriate deserialize call in putGetBinary() method i.e. Object x = po.deserialize(); Thanks, Alex -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
