Re: Fast serialization for Kotlin data classes

2021-09-16 Thread Matthias Pohl
16686 > > > > Regards, > > Alexis. > > > > *From:* Matthias Pohl > *Sent:* Donnerstag, 16. September 2021 13:12 > *To:* Alex Cruise > *Cc:* Flink ML > *Subject:* Re: Fast serialization for Kotlin data classes > > > > Hi Alex, > >

RE: Fast serialization for Kotlin data classes

2021-09-16 Thread Alexis Sarda-Espinosa
for managed state. [1] https://issues.apache.org/jira/browse/FLINK-16686 Regards, Alexis. From: Matthias Pohl Sent: Donnerstag, 16. September 2021 13:12 To: Alex Cruise Cc: Flink ML Subject: Re: Fast serialization for Kotlin data classes Hi Alex, have you had a look at TypeInfoFactory? That might

Re: Fast serialization for Kotlin data classes

2021-09-16 Thread Matthias Pohl
Hi Alex, have you had a look at TypeInfoFactory? That might be the best way to come up with a custom serialization mechanism. See the docs [1] for further details. Best, Matthias [1]