T
- The type to be serialized.@Public public interface SerializationSchema<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
byte[] |
serialize(T element)
Serializes the incoming element to a specified type.
|
byte[] serialize(T element)
element
- The incoming element to be serializedCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.