The serialVersionUID
is a universal version identifier for a Serializable
class. Deserialization uses this number to ensure that a loaded class corresponds exactly to a serialized object. If no match is found, then an InvalidClassException
is thrown.