public class SerializeUtils extends Object
SerializeUtils()
static Object
readObject(String object)
static String
writeObject(Object o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SerializeUtils()
public static String writeObject(Object o) throws Exception
o
Exception
public static Object readObject(String object) throws Exception
object