com.liferay.util.SerializableUtil@Deprecated public class SerializableUtil extends Object
| Constructor and Description |
|---|
SerializableUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
clone(Object object)
Deprecated.
|
static Object |
deserialize(byte[] bytes)
Deprecated.
|
static Object |
deserialize(byte[] bytes,
ClassLoader classLoader)
Deprecated.
|
static byte[] |
serialize(Object object)
Deprecated.
|
public static Object deserialize(byte[] bytes)
public static Object deserialize(byte[] bytes, ClassLoader classLoader)
public static byte[] serialize(Object object)