Liferay 6.0.5

com.liferay.portal.kernel.util
Class SerializableUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.SerializableUtil

public class SerializableUtil
extends Object


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

Constructor Detail

SerializableUtil

public SerializableUtil()
Method Detail

deserialize

public static Object deserialize(byte[] bytes)
                          throws ClassNotFoundException,
                                 IOException
Throws:
ClassNotFoundException
IOException

serialize

public static byte[] serialize(Object obj)
                        throws IOException
Throws:
IOException

Liferay 6.0.5