| Package | Description |
|---|---|
| org.apache.flink.api.common.serialization |
| Class and Description |
|---|
| DeserializationSchema
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
The serialization schema describes how to turn a data object into a different serialized
representation.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.