Oh boy They ust be tired of me now.
My trouble: I have two ArrayLists of custom classes.
ArrayList<Subject>` **a**`
ArrayList<Student>**b**
Within those custom classes are other custom classes which themselves have primitive data types as well as an ArrayList of other custom classes. It's a big circus going on.
How do I XMLEncode those two ArrayLists, a and b, so that all the information within them branching all the way down, is saved?
(Also, is it possible to save both of these to the same file please?)