public class SerializationUtils extends Object
| Constructor and Description |
|---|
SerializationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <X> X |
deserializeObject(byte[] bytes) |
static byte[] |
serializeObject(Object o) |
public static byte[] serializeObject(Object o) throws IOException
IOExceptionpublic static <X> X deserializeObject(byte[] bytes)
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.