public final class SerializeUtil extends Object
static Object
deserialize(byte[] bytes)
static <K> K
deserialize(byte[] bytes, Class<K> cls)
static byte[]
serialize(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final byte[] serialize(Object object)
object
public static final Object deserialize(byte[] bytes)
bytes
public static final <K> K deserialize(byte[] bytes, Class<K> cls)
Copyright © 2017. All rights reserved.