posted 15 years ago
I am going to guess that what you wanted to say was "serialize objects from multiple java classes" since serialize classes makes no sense.
IF all of the classes are serializable, you can put the references in a collection such as an ArrayList and serialize that in a single call.
This works amazingly quickly and simply.
Bill