public class SerializeUtil extends Object
Constructor and Description |
---|
SerializeUtil() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
serialize(Object object) |
static <T> T |
unserialize(byte[] bytes) |
public static byte[] serialize(Object object)
public static <T> T unserialize(byte[] bytes)
Copyright © 2006–2018 TinyGroup. All rights reserved.