Class PythonTypeUtils.IdentityDataConverter<T>

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

public static final class PythonTypeUtils.IdentityDataConverter<T> extends PythonTypeUtils.DataConverter<T,T>
Identity data converter.
See Also: