Binary Marshaller is used by default. So, don’t override marshaller in your configuration.
By the why are you trying to serialize this LazyMap? How does Ignite code look like? - Denis > On Jan 26, 2017, at 6:57 AM, Siva Annapareddy <[email protected]> > wrote: > > Since OptimizedMarshaller is default we have run into issues: > > End of stream reached: java.io.ByteArrayInputStream@438f0960. Stacktrace > follows: > Message: Failed to unmarshal object with optimized marshaller > > Hence, tried with jdkmarshaller and ran into Object Not Serializable > > We understand that Groovy 2.5.4 the default underlying Map is LazyMap and > that is not Serializable. > > We did not find org.apache.ignite.marshaller.binary.BinaryMarshaller in > Ignite 1.7.0. Am I missing something? > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-1-7-0-Session-caching-issue-with-update-session-attributes-tp10220p10257.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
