I have tried like this from c# api,
IIgnite ignite = Ignition.Start("default-config.xml");
ignite.GetBinary().ToBinary<IBinary>(new CustomerInfo());
Still, I am getting the same issue.
As per your reply: I have understood that while sending a message from the
client(c#) to server(java), convert it to the binary object. Is that true..?
If so are you suggesting me to follow this:
https://apacheignite.readme.io/docs/binary-marshaller#section-binaryobject-cache-api
instead of
https://apacheignite-net.readme.io/v2.2/docs/platform-interoperability.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/