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