A
Allen Bradley
How can i serialize an ArrayList of object with difference Type?
Example:
ArrayList list = new ArrayList();
list.Add(new Type1());
list.Add(new Type1());
list.Add(new Type2());
list.Add(new Type3());
list.Add(new Type3());
list.Add(new Type3());
Best Regards
Example:
ArrayList list = new ArrayList();
list.Add(new Type1());
list.Add(new Type1());
list.Add(new Type2());
list.Add(new Type3());
list.Add(new Type3());
list.Add(new Type3());
Best Regards