| Constructor and Description |
|---|
JdkSerialization() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserialize(ByteChunks ser) |
static ByteChunks |
serialize(Object obj) |
public static ByteChunks serialize(Object obj) throws IOException
IOExceptionpublic static <T> T deserialize(ByteChunks ser) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2018. All rights reserved.