com.liferay.portal.kernel.util
Class SerializableUtil
java.lang.Object
com.liferay.portal.kernel.util.SerializableUtil
Deprecated. As of 6.1.0, moved to SerializableUtil
public class SerializableUtil
- extends java.lang.Object
- Author:
- Alexander Chow, Igor Spasic
|
Method Summary |
static java.lang.Object |
clone(java.lang.Object object)
Deprecated. |
static java.lang.Object |
deserialize(byte[] bytes)
Deprecated. |
static java.lang.Object |
deserialize(byte[] bytes,
java.lang.ClassLoader classLoader)
Deprecated. |
static byte[] |
serialize(java.lang.Object object)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableUtil
public SerializableUtil()
- Deprecated.
clone
public static java.lang.Object clone(java.lang.Object object)
- Deprecated.
deserialize
public static java.lang.Object deserialize(byte[] bytes)
- Deprecated.
deserialize
public static java.lang.Object deserialize(byte[] bytes,
java.lang.ClassLoader classLoader)
- Deprecated.
serialize
public static byte[] serialize(java.lang.Object object)
- Deprecated.