T - The type to be serialized.TypeInformationSerializationSchema instead.@Public @Deprecated public class TypeInformationSerializationSchema<T> extends org.apache.flink.api.common.serialization.TypeInformationSerializationSchema<T> implements DeserializationSchema<T>, SerializationSchema<T>
| Constructor and Description |
|---|
TypeInformationSerializationSchema(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo,
org.apache.flink.api.common.ExecutionConfig ec)
Deprecated.
Creates a new de-/serialization schema for the given type.
|
deserialize, getProducedType, isEndOfStream, serializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserialize, isEndOfStreamdeserialize, opengetProducedTypeserializepublic TypeInformationSerializationSchema(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo, org.apache.flink.api.common.ExecutionConfig ec)
typeInfo - The type information for the type de-/serialized by this schema.ec - The execution config, which is used to parametrize the type serializers.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.