No you cannot.
toString() is only intended for logging and debug purposes. It is not intended for serializing the state of an Object.
If the object in question supports serialization then go with serialization and deserialization to find out how to do this.