public class BusinessObjectDeserializer extends Object
| Constructor and Description |
|---|
BusinessObjectDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] serializedResult,
Class<T> targetType) |
<T> List<T> |
deserializeList(byte[] serializedResult,
Class<T> targetType) |
public <T> T deserialize(byte[] serializedResult,
Class<T> targetType)
throws IOException
IOExceptionpublic <T> List<T> deserializeList(byte[] serializedResult, Class<T> targetType) throws IOException
IOExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.