Let me ask you a question:
A project uses ObjectOutputStream to serialize ClassA objects to save binaries. The
B project deserializes this file, but ClassA is not in the same directory as the A project. Causes a Caused by: java.lang.ClassNotFoundException exception.
is there any other solution besides making it into the same directory?