Class BusinessObjectDeserializer


  • public class BusinessObjectDeserializer
    extends java.lang.Object
    Author:
    Romain Bioteau
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T deserialize​(byte[] serializedResult, java.lang.Class<T> targetType)  
      <T> java.util.List<T> deserializeList​(byte[] serializedResult, java.lang.Class<T> targetType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BusinessObjectDeserializer

        public BusinessObjectDeserializer()
    • 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