/commented by dmitriy setrakyan/

John, can you set */OptimizedMasshaller.setRequireSerializable(false)/*
property?

/*OptimizedMarshaller marsh = new OptimizedMarshaller();

marsh.setRequireSerializable(false);

IgniteConfiguration cfg = new IgniteConfiguration();

cfg.setMarshaller(marsh);

Ignite ignite = Ignition.start(cfg);*/

It turns out that /Cache.Entry/ interface returned by quire (JCache API) is
not Serializable. We will make the class implementing this interface
Serializable in the next release.

----- 
/This post is migrated from now discontinued Apache Ignite forum at 
http://apacheignite.readme.io/v1.0/discuss/




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Serialization-Exception-when-trying-to-query-cache-on-remote-node-tp162p165.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to