| Constructor | Description |
|---|---|
JavaSerUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> T |
deserialize(byte[] ser) |
|
static byte[] |
serialize(Object obj) |
public static byte[] serialize(Object obj) throws IOException
IOExceptionpublic static <T> T deserialize(byte[] ser)
throws IOException,
ClassCastException,
ClassNotFoundException
Copyright © 2018. All rights reserved.