You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Peter <st...@gmail.com> on 2023/01/17 16:45:43 UTC

Question on BinaryObject

 Hello,

Do I understand correctly, that each BinaryObject that is returned by
IgniteCache.get() and  IgniteCache.getAll() method calls on a local node
contains an internal on-heap byte array, and object unmarshalling occurs
from that array, and not from off-heap memory?

Re: Question on BinaryObject

Posted by Pavel Tupitsyn <pt...@apache.org>.
Hello, yes, your understanding is correct.

On Tue, Jan 17, 2023 at 6:46 PM Peter <st...@gmail.com> wrote:

> Hello,
>
> Do I understand correctly, that each BinaryObject that is returned by
> IgniteCache.get() and  IgniteCache.getAll() method calls on a local node
> contains an internal on-heap byte array, and object unmarshalling occurs
> from that array, and not from off-heap memory?
>