Hi, I am trying to understand serialization part when a environment is executed. Taking a simple environment for ex., env.addSource(...).keyBy(...).sum(...).addSink(...).execute. I would like to understand when and where serialization happens and what are all serialized, operators,functions etc.,
Can anyone please give some information or point me at proper documentation. -- Thank you, Madan.