T - the result type of method deserializepublic class DefaultDeserializer<T> extends Object implements Deserializer<T>
ObjectInputStream.Deserializer| Constructor and Description |
|---|
DefaultDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] bytes)
Deserializes a byte array, or throw an exception if unable to do so.
|
public T deserialize(byte[] bytes)
Deserializerdeserialize in interface Deserializer<T>bytes - bytes array for deserializationCopyright © 2018 Infobip Ltd.. All rights reserved.