> ok i need serious help
>
[quoted text clipped - 19 lines]
> how can i save an object of this class utlizing serialization in the
> process?
Use ObjectOutputStream.
But please note one thing: If you have a network of objects, every one
referencing some others, and you serialize all the network, every object
will be saved only once in the stream. This can be sometimes annoying.
Best Regards,
Grzegorz Kaczor