Re: [DISCUSSION] Array to BinaryObject serialization

2021-05-01 Thread Valentin Kulichenko
Hi Ivan, Thanks for chiming in. My comments are below. -Val On Sat, May 1, 2021 at 12:20 AM Ivan Daschinsky wrote: > Hi! > First of all, when array is serialized, marshaller actually DO > PRESERVE type of element (seel > org.apache.ignite.internal.binary.BinaryUtils#doReadObjectArray and > org

Re: [DISCUSSION] Array to BinaryObject serialization

2021-05-01 Thread Ivan Daschinsky
Hi! First of all, when array is serialized, marshaller actually DO PRESERVE type of element (seel org.apache.ignite.internal.binary.BinaryUtils#doReadObjectArray and org.apache.ignite.internal.binary.BinaryWriterExImpl#doWriteObjectArray). AFAIK, the motivation of Nickolay proposal, is the fact, th