Possible Duplicate:
Why does a class implements Serializable interface?
I'm using a tutorial found here: http://www.objectdb.com/tutorial/jpa/eclipse/ee/entity
I'm wondering why this class extends Serializable
? I've read the description of this class and I don't understand the importance of serialVersionUID
and why it's necessary for my model.