Hello! Binarylizable may be shorter but BinaryObject supports evolvable objects, as in, you can add new fields, and cache operations will usually preserve these. You will only lose these when you de-serialize your object to old version of POJO, but most of internal operations (such as rebalancing) will not touch them.
Regards, -- Ilya Kasnacheev сб, 2 мая 2020 г. в 13:50, Hemambara <[email protected]>: > Does it save additional bytes by default or do we have to implement > binarylable, if so do you have any example. > > If it does by default, does that mean, let's say if I send data from new > version node to old version node and send the same data back to new version > node will it preserve thos new fields?? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
