can i write multiple object states of a serializable in a single file?
if i can then how can i read back those states?
i have no problem with writing multiple object states in a file.
but i can't read back the all object states what i saved so far.
only after reading back the first state then StreamCorrupted Exception exception thrown.
i know it is due to data inconsistency in the file.
so plz help me.
Regards.
if i can then how can i read back those states?
i have no problem with writing multiple object states in a file.
but i can't read back the all object states what i saved so far.
only after reading back the first state then StreamCorrupted Exception exception thrown.
i know it is due to data inconsistency in the file.
so plz help me.
Regards.
Comment