public class SerializerUtil extends Object
SerializerUtil()
static <T> T
deserialize(byte[] bytes, Class<T> clazz)
static byte[]
serializeFrom(Object object)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SerializerUtil()
public static <T> T deserialize(byte[] bytes, Class<T> clazz)
public static byte[] serializeFrom(Object object)
Copyright © 2018. All rights reserved.