public final class Serializer extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static Object | deserializeObject(byte[] objectBytes) | 
| static byte[] | serializeObject(Object object) | 
public static byte[] serializeObject(Object object) throws IOException
IOExceptionpublic static Object deserializeObject(byte[] objectBytes) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2013–2015 Apache Software Foundation. All rights reserved.