public class JsonSerializationSchema<T> extends Object implements org.apache.flink.api.common.serialization.SerializationSchema<T>
| Constructor and Description |
|---|
JsonSerializationSchema() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
serialize(T element)
Serializes the incoming element to a specified type.
|
Copyright © 2019. All rights reserved.