| 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,R> |
The serialization schema describes how to turn a data object into a different serialized
representation.
|
| Class | Description |
|---|---|
| JavaDefaultStringSchema | |
| RawSchema |
A "no-op" serialization and deserialization schema for byte strings.
|
| SimpleStringSchema | |
| 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.