public class Serializing extends Object
| Constructor and Description |
|---|
Serializing() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
fromBytearray(byte[] serialized) |
static byte[] |
toBytearray(Object obj) |
public static byte[] toBytearray(Object obj) throws IOException
IOExceptionpublic static Object fromBytearray(byte[] serialized) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2018 trivago. All rights reserved.