Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

writing and reading multiple serialized objects

807607Oct 18 2006 — edited Oct 25 2006
hello,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2006
Added on Oct 18 2006
6 comments
9,984 views