You can always convert it back into a POJO using the deserialize method:

var y = x.<Person>deserialize();


On Thu, 11 Apr 2024 at 19:09, Victor <[email protected]> wrote:

> Hi
>
> In Ignite 2.16, I seeing that newVal method of cache event returns a
> BinaryObjectImpl. Is it possible to make it return actual user-defined
> type contained in cache, by some config value? Wasn't able to find
> relevant info in docs.
>
> Thanks,
> Victor
>
>

Reply via email to