T
- The type to be serialized.TypeInformationSerializationSchema
instead.@Public @Deprecated public class TypeInformationSerializationSchema<T> extends TypeInformationSerializationSchema<T> implements DeserializationSchema<T>, SerializationSchema<T>
DeserializationSchema.InitializationContext
SerializationSchema.InitializationContext
Constructor and Description |
---|
TypeInformationSerializationSchema(TypeInformation<T> typeInfo,
ExecutionConfig ec)
Deprecated.
Creates a new de-/serialization schema for the given type.
|
deserialize, getProducedType, isEndOfStream, serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deserialize, isEndOfStream
deserialize, open
getProducedType
serialize
open
public TypeInformationSerializationSchema(TypeInformation<T> typeInfo, 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–2024 The Apache Software Foundation. All rights reserved.