org.apache.wsrp4j.producer.util
Class ObjectSerializer

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

public class ObjectSerializer
extends java.lang.Object

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

Constructor Summary
ObjectSerializer()
           
 
Method Summary
static byte[] serialize(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSerializer

public ObjectSerializer()
Method Detail

serialize

public static byte[] serialize(java.lang.Object object)
                        throws java.io.IOException
Throws:
java.io.IOException