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 com.fasterxml.jackson.core.JsonParseException,
com.fasterxml.jackson.databind.JsonMappingException,
IOException
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOExceptionpublic <T> List<T> deserializeList(byte[] serializedResult, Class<T> targetType) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOExceptionCopyright © 2015 Bonitasoft S.A.. All rights reserved.