Class BusinessObjectDeserializer
- java.lang.Object
-
- org.bonitasoft.engine.bdm.dao.client.resources.BusinessObjectDeserializer
-
public class BusinessObjectDeserializer extends java.lang.Object- Author:
- Romain Bioteau
-
-
Constructor Summary
Constructors Constructor Description BusinessObjectDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tdeserialize(byte[] serializedResult, java.lang.Class<T> targetType)<T> java.util.List<T>deserializeList(byte[] serializedResult, java.lang.Class<T> targetType)
-
-
-
Method Detail
-
deserialize
public <T> T deserialize(byte[] serializedResult, java.lang.Class<T> targetType) throws java.io.IOException- Throws:
java.io.IOException
-
deserializeList
public <T> java.util.List<T> deserializeList(byte[] serializedResult, java.lang.Class<T> targetType) throws java.io.IOException- Throws:
java.io.IOException
-
-