public class SerializeUtils extends Object
| Constructor and Description |
|---|
SerializeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
deserialize(byte[] bytes)
反序列化
|
static boolean |
isEmpty(byte[] data) |
static byte[] |
serialize(Object object)
序列化
|
Copyright © 2017. All rights reserved.