Hi, You're using 'withKeepBinary()' incorrectly. This method returns another instance of IgniteCache which you can use to prevent BinaryObject deserialization on the client side. This doesn't change the cache itself. See the example here on this should be done: https://apacheignite.readme.io/docs/binary-marshaller#binaryobject-cache-api
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Iterating-through-a-BinaryObject-cache-fails-tp6038p6051.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
