Its a way to tell the jvm that the class can be serialized using methods like writeObject().

Read the API doc for the Serializable class and the class with the writeObject() method for more info.