Definitions for "Externalizable"
The ability of an object to serialize itself -- as opposed to serializable, which is an object which lets Java automatically serialize it. For details, see the interface java.io.Externalizable.