writing and reading multiple serialized objects
807607Oct 18 2006 — edited Oct 25 2006hello,
if i serialize one object, write it in a binary file and read it again, it works fine.
but i need to write multiple serialized-objects of the class into a
binary file and want to read them later.
how can i fix a delimiter for each obeject that is written to a file.
and how do i retreive each object from the file.
regards,
Deepak.