public abstract class SerializationUtils extends Object
SerializationUtils()
static Object
deserialize(byte[] bytes)
static byte[]
serialize(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SerializationUtils()
@Nullable public static byte[] serialize(@Nullable Object object)
object
@Nullable public static Object deserialize(@Nullable byte[] bytes)
bytes