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
OutputStream
value
- output
- SerializationException
- If unable to serialize the given valueIOException
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.