Good day,
I have a class "TridaData" I want to serialize.
Program I report an error on this line:

XmlSerializer^ s = gcnew XmlSerializer (array<TridaDat^>::typeid);

error:
+ NamespaceList 0x026f83c0 { _defaultCapacity= _items= _size= ...} System::Collections::ArrayList^

full program:
http://leteckaposta.cz/437977355

Thank you very much for the advice.

written in VS 2008, VC + +