Class PythonTypeUtils.ListDataConverter

java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<List,List>
org.apache.flink.streaming.api.utils.PythonTypeUtils.ListDataConverter
All Implemented Interfaces:
Serializable
Enclosing class:
PythonTypeUtils

public static final class PythonTypeUtils.ListDataConverter extends PythonTypeUtils.DataConverter<List,List>
The element in the List will be converted to the corresponding Data through element DataConverter.
See Also: