public class POJODeserializationSchema<T> extends Object implements org.apache.flink.api.common.serialization.DeserializationSchema<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] bytes) |
org.apache.flink.api.common.typeinfo.TypeInformation<T> |
getProducedType() |
boolean |
isEndOfStream(T t) |
public T deserialize(byte[] bytes) throws IOException
deserialize in interface org.apache.flink.api.common.serialization.DeserializationSchema<T>IOExceptionpublic boolean isEndOfStream(T t)
isEndOfStream in interface org.apache.flink.api.common.serialization.DeserializationSchema<T>Copyright © 2020. All rights reserved.