I have a custom object which I am converting to BinaryObject (using the BinaryObjectBuilder) before putting it into ignite cache. I calculated the deep size of my custom object and it is about 500 bytes.
But when I calculate the size of BinaryObject, it is a whopping ~8 MB.
Is this expected?