private static class AbstractListProcessor.StringSerDe extends Object implements Serializer<String>, Deserializer<String>
| Modifier | Constructor and Description |
|---|---|
private |
StringSerDe() |
| Modifier and Type | Method and Description |
|---|---|
String |
deserialize(byte[] value) |
void |
serialize(String value,
OutputStream out) |
public String deserialize(byte[] value) throws DeserializationException, IOException
deserialize in interface Deserializer<String>DeserializationExceptionIOExceptionpublic void serialize(String value, OutputStream out) throws SerializationException, IOException
serialize in interface Serializer<String>SerializationExceptionIOExceptionCopyright © 2019 Apache NiFi Project. All rights reserved.