T
- The type to be serialized.R
- The serialized representation type.public interface SerializationSchema<T,R> extends Serializable
Modifier and Type | Method and Description |
---|---|
R |
serialize(T element)
Serializes the incoming element to a specified type.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.