in 1.03/05 a new feature - a possibility to save pointers to TArrays has been 
introduced. However, if TArray itself (and not a pointer to it) is a member of 
the class to be written out:
class Event: public TObject {
...
  TArrayI   fData;
...
};
only the number of elements in it (fData.fN) is saved. As TArray's represent 
a very commonly used type of variable length objects it would be pretty 
helpful to have an option of writing TArray's out in the case presented above.
					Regards, Pasha.