T - typepublic interface Deserializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] input)
Deserializes the given byte array input an Object and returns that value.
|
T deserialize(byte[] input) throws DeserializationException, IOException
input - inputDeserializationException - if a valid object cannot be deserialized
from the given byte arrayIOException - exCopyright © 2017 Apache NiFi Project. All rights reserved.