Hi Raymond, If to believe this page, the reflective serialization converts an object to the binary format (sort of marked with IBaniralizable interface implicitly): https://apacheignite-net.readme.io/docs/serialization#section-ignite-reflective-serialization
-- Denis On Tue, Nov 6, 2018 at 1:01 PM Raymond Wilson <[email protected]> wrote: > We are currently converting our use of Ignite reflective serialisation to > use IBinarizable based serialisation [using Ignite 2.6 with c# client] > > What I would like to do is enforce a policy of not using reflective > serialisation to ensure we have all the bases covered. > > Is there a way to do this in Ignite? > > Thanks, > Raymond. > >
