Class PythonTypeUtils.TypeInfoToSerializerConverter

java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.TypeInfoToSerializerConverter
Enclosing class:
PythonTypeUtils

public static class PythonTypeUtils.TypeInfoToSerializerConverter extends Object
Get serializers according to the given 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)