Posted By:
Pitch_ulin
Posted On:
Thursday, April 25, 2002 09:58 AM
Hi all.
I'm developing an RMI application, and I need to get the reference to an Activatable Object and then save it to a file. I've seen that this can be done with
toString()
operation.
Then, I need to restore the reference and rebuild the object, but I've not found the inverse operation of toString(something like fromString()...).
How can I do it??
Thanks in advance,
Pitch