public class ObjectUtil extends Object
| Constructor and Description |
|---|
ObjectUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertFromBytes(byte[] bytes) |
static byte[] |
convertToBytes(Object object) |
static String |
getType(String objUuid) |
static byte[] |
toJason(Object obj) |
static String |
toJasonStr(Object obj) |
static <T> T |
toObject(Class<?> clazz,
byte[] bytes) |
Copyright © 2018. All rights reserved.