| Interface | Description |
|---|---|
| DeserializationSchema<T> |
The deserialization schema describes how to turn the byte messages delivered by certain
data sources (for example Apache Kafka) into data types (Java/Scala objects) that are
processed by Flink.
|
| SerializationSchema<T> |
The serialization schema describes how to turn a data object into a different serialized
representation.
|
| Class | Description |
|---|---|
| AbstractDeserializationSchema<T> |
The deserialization schema describes how to turn the byte messages delivered by certain
data sources (for example Apache Kafka) into data types (Java/Scala objects) that are
processed by Flink.
|
| SimpleStringSchema |
Very simple serialization schema for strings.
|
| TypeInformationSerializationSchema<T> |
A serialization and deserialization schema that uses Flink's serialization stack to
transform typed from and to byte arrays.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.