mation on
> the state side.
>
> Best,
> Zhanghao Chen
> --
> *From:* Sachin Mittal
> *Sent:* Thursday, February 13, 2025 12:23
> *To:* Zhanghao Chen
> *Cc:* user
> *Subject:* Re: How to register pojo type informatio
ce Flink 1.19.
[1]
https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config
Best,
Zhanghao Chen
From: Sachin Mittal mailto:sjmit...@gmail.com>>
Sent: Wednesday, February 12, 2025 20:20
To: user mailto:user@flink.
Cc: user mailto:user@flink.apache.org>>
Subject: Re: How to register pojo type information for third party pojo classes
Hi,
So I have two classes (third party pojos):
public class A {
p
ric types in this case.
>
> Best,
> Zhanghao Chen
> --
> *From:* Sachin Mittal
> *Sent:* Thursday, February 13, 2025 12:23
> *To:* Zhanghao Chen
> *Cc:* user
> *Subject:* Re: How to register pojo type information for third
register pojo type information for third party pojo classes
Hi,
So I have two classes (third party pojos):
public class A {
private List bList;
...
}
public class B
htlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config
>
> Best,
> Zhanghao Chen
> ----------
> *From:* Sachin Mittal
> *Sent:* Wednesday, February 12, 2025 20:20
> *To:* user
> *Subject:* How to register pojo type inf
nghao Chen
From: Sachin Mittal
Sent: Wednesday, February 12, 2025 20:20
To: user
Subject: How to register pojo type information for third party pojo classes
Hi,
I have a Pojo class provided by some library.
Say A.class
I can create a type info factory of the same like:
pu
Hi,
I have a Pojo class provided by some library.
Say A.class
I can create a type info factory of the same like:
public class ATypeInfoFactory extends TypeInfoFactory {
@Override
public TypeInformation createTypeInfo(
Type t, Map> genericParameters) {
Map> fields =
new HashM