You could serialize the object (see Discover the secrets of the Java Serialization API ). If the List contains any object that does not implement Serializable, then you must somehow implement it. You...