org.apache.wsrp4j.producer.util
Class ObjectDeserializer

java.lang.Object
  extended byorg.apache.wsrp4j.producer.util.ObjectDeserializer

public class ObjectDeserializer
extends java.lang.Object

Author:
Stephan.Laertz@de.ibm.com Helper to deserialize the parameter map of the portlet url

Constructor Summary
ObjectDeserializer()
           
 
Method Summary
static java.lang.Object deserialize(byte[] map)
           
static java.util.Map deserializeMap(byte[] map)
           
static java.lang.String deserializeString(byte[] string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDeserializer

public ObjectDeserializer()
Method Detail

deserialize

public static java.lang.Object deserialize(byte[] map)
                                    throws java.io.IOException,
                                           java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

deserializeMap

public static java.util.Map deserializeMap(byte[] map)
                                    throws java.io.IOException,
                                           java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

deserializeString

public static java.lang.String deserializeString(byte[] string)
                                          throws java.io.IOException,
                                                 java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException