public class SerializationUtils extends Object
| Constructor and Description | 
|---|
| SerializationUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | deserialize(byte[] bytes) | 
| static byte[] | serialize(Object object)Serialize the object provided. | 
public static byte[] serialize(Object object)
object - the object to serializepublic static Object deserialize(byte[] bytes)
bytes - a serialized object createdCopyright © 2014 Pivotal. All rights reserved.