Re: [DISCUSSION] IEP-124: User Object Serialization

2024-07-11 Thread Aleksandr Polovtsev
> From the link you shared: "User object serialization must follow Java Serialization API contracts" Yes, but this is about support for classes that extend Serializable, it doesn't affect classes that don't extend anything. On Thu, Jul 11, 2024 at 7:10 PM Aleksandr Pakhomov wrote: > I see, we h

Re: [DISCUSSION] IEP-124: User Object Serialization

2024-07-11 Thread Aleksandr Pakhomov
I see, we have to support not only Java classes but all platforms (C++, Python, C#). So we can not use the protocol from internal networking. From the link you shared: "User object serialization must follow Java Serialization API contracts" -- Best regards, Aleksandr Pakhomov > On 11 Jul 2024

Re: [DISCUSSION] IEP-124: User Object Serialization

2024-07-11 Thread Aleksandr Polovtsev
No, I'm talking about the protocol described here: https://cwiki.apache.org/confluence/display/IGNITE/IEP-67%3A+Networking+module#IEP67:Networkingmodule-UserObjectSerialization On Thu, Jul 11, 2024 at 6:47 PM Aleksandr Pakhomov wrote: > Thanks for the question, Aleksandr. Can you clarify what do

Re: [DISCUSSION] IEP-124: User Object Serialization

2024-07-11 Thread Aleksandr Pakhomov
Thanks for the question, Aleksandr. Can you clarify what do you mean by existing User Object Serialization protocol? Am I right assuming that you are talking about Mappers that are supported in Record and KV APIs? -- Best regards, Aleksandr Pakhomov > On 11 Jul 2024, at 18:39, Aleksandr Polovt

Re: [DISCUSSION] IEP-124: User Object Serialization

2024-07-11 Thread Aleksandr Polovtsev
Hi, Aleksandr, thank you for the great effort! Could you please explain how this protocol differs from the existing User Object Serialization protocol? Why do we need another one? On Thu, Jul 11, 2024 at 6:20 PM Aleksandr Pakhomov wrote: > Hi, dear community. > > I would like to propose the des