org.apache.wsrp4j.producer.util
Class ObjectDeserializer
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectDeserializer
public ObjectDeserializer()
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