Hello Igniters! I have one conceptual question:
When we put an object in IgniteCache, how it is stored? As I understand, after marshalling we have an array of bytes, 1) in a local node it is wrapped in BinaryObjectImpl and stored in memory 2) it is sent to remote node as byte array where it will be wrapped in BinaryObjectImpl and be stored in memory -- Best Regards, Vyacheslav
