Class PythonTypeUtils.TypeInfoToSerializerConverter
java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.TypeInfoToSerializerConverter
- Enclosing class:
- PythonTypeUtils
Get serializers according to the given typeInformation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> org.apache.flink.api.common.typeutils.TypeSerializer<T>typeInfoSerializerConverter(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInformation)
-
Constructor Details
-
TypeInfoToSerializerConverter
public TypeInfoToSerializerConverter()
-
-
Method Details
-
typeInfoSerializerConverter
public static <T> org.apache.flink.api.common.typeutils.TypeSerializer<T> typeInfoSerializerConverter(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInformation)
-