July 1, 2001 12:00 AM EDT
Often objects need to be serializable. This can be as easy as simply
declaring that a class implements the Serializable interface. But just
because an object says it's serializable doesn't necessarily mean that it
will serialize (and deserialize) successfully. This article will e... (more)