public abstract class SerializationUtils extends Object
| 构造器和说明 |
|---|
SerializationUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
deserialize(byte[] bytes)
Deserialize the byte array into an object.
|
static byte[] |
serialize(Object object)
Serialize the given object to a byte array.
|
public static byte[] serialize(Object object)
object - the object to serializepublic static Object deserialize(byte[] bytes)
bytes - a serialized objectCopyright © 2013 The Skfiy Open Association. All Rights Reserved.