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