I have a single file and need to serialize multiple objects of the same class when ever a new object is created. I can\'t store them in arrays as I need to serialize them th
See answer here.
In short, just serialize everything to the same file stream, and then deserialize. dotNet would know the size of each object