Hi I'm working with regular K,V cache: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html
I'm a bit puzzled whether objects that I want to put into cache should implement Serializable. Documentation(https://apacheignite.readme.io/docs/binary-marshaller) says that by default values are stored deserialized. I'm wondering, how then they are passed on the wire, between for example client and server? Does it always use binary marshaller? Thank you Ariel -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
