Hi Vyacheslav,

1: Yes, exactly.

2: Hash code is written for all BinaryObjects. Starting with Ignite
1.9, hashCode implementations of original classes are never used to
compute hash codes for corresponding binary objects.

- Alex

2017-03-23 12:58 GMT+03:00 Vyacheslav Daradur <daradu...@gmail.com>:
> Following second question.
>
> In which cases it needs to write postWriteHashCode?
>
> 2017-03-23 12:27 GMT+03:00 Vyacheslav Daradur <daradu...@gmail.com>:
>
>> Hello everyone.
>>
>> Please, explain me, in which cases at marshalling after object header (24
>> bytes) it needs to write Class.getName?
>>
>> I understand that it means that this class isn't registered in
>> BinaryContext, and at deserializing we use it for loading Class with
>> ClassLoader.
>>
>> Please explain real scenarios.
>>
>> --
>> Best Regards, Vyacheslav
>>
>
>
>
> --
> Best Regards, Vyacheslav

Reply via email to