Hi,
I have a list of objects that is periodically being added too (~500 times per second). I am trying to serialize this list periodically without rewriting the entire list. I would then like to open it on a networked computer while the serializing computer is still writing to the file. Is this possible?

Thanks in advance.

-Eric