T - The type to be serialized.SerializationSchema instead.@Public @Deprecated public interface SerializationSchema<T> extends org.apache.flink.api.common.serialization.SerializationSchema<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
serialize(T element)
Deprecated.
Serializes the incoming element to a specified type.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.