Hi, Please try setting this in your cache configuration:
cfg.setStoreKeepBinary(true); This will force Ignite to work with binary objects when interacting with the store. Note that your store should implement CacheStore<BinaryObject, BinaryObject>. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Iterating-through-a-BinaryObject-cache-fails-tp6038p6316.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
