Re: Use Kryo serializer end to end

2020-06-25 Thread Denis Magda
Hi Vicky, Yes, technically that's doable and requires you to create a marshaller implementation that uses Kryo: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/marshaller/Marshaller.html However, I would switch from the default serialization format (binary format and

Use Kryo serializer end to end

2020-06-25 Thread abhi2703
Hi All, I want to use same serializer end to end. While saving an object from Java to Ignite - use Kryo Serializer While saving an object from Ignite to Cassandra as a 3rd Party persistent - use Kryo Srializer Is it possible if yes, how? please help thanks a lot. Regards, vicky -- Sent from: