This exception means that there was an attempt of BinaryObject deserialization, but there is no class definition for this BinaryObject. More specifically, it tries to find the mapping between type ID and class name, which is stored in the system cache and on the local FS when the object is serialized. If the object was created using builder, this mapping doesn't exist as well.
So yes, this is a generic exception and you should figure out why the deserialization happens. Most likely, you're not properly using withKeepBinary() method somewhere. Can you provide the full trace and the code sample that fails? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Iterating-through-a-BinaryObject-cache-fails-tp6038p6281.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
