How one can know the exact size of an object stored on Ignite cache? Can we use below to get the size? byte[] arr = ignite.configuration().getMarshaller().marshal(new Person(10L, "first", "last"));
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/