I am just trying to output a previously created ArrayList to serialise it for future storage.
but when I attmept to do so I get the runTime error \"notSerialisableExcept
ArrayList isn't the problem; your Department object is.
ArrayList
Department
You need to implement the Serializable interface in that object.
Serializable