T - public interface Serializer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(T value,
OutputStream output)
Serializes the given value to the
OutputStream |
void serialize(T value, OutputStream output) throws SerializationException, IOException
OutputStreamvalue - output - SerializationException - If unable to serialize the given valueIOExceptionCopyright © 2015 Apache NiFi (incubating). All rights reserved.