I'm talking about Java side - toBinary has to be called there to associate the class with type name.
Yes, you could also work in binary mode by setting keepBinaryInStore to true and changing cache store implementation accordingly. On Thu, Oct 5, 2017 at 5:39 PM, JP <[email protected]> wrote: > 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/ >
