Deserializes a String into a java object.
Parameters: s - is the string containing a serialized java object the deserialized java object throws: IOException - occurs if the deserialization fails throws: ClassNotFoundException - occurs a class of a deserialized javaobject is not present.
Serializes an object into a String
Parameters: o - is the java object to serialize the java object serialized into a String throws: java.io.IOException - occurs if the java serialization fails