Possible Duplicate:
Serialization version uid in Java
We know that Java serialization mechanism ignore static fields. If it is this, then how the deserializer knows the serialVersionUID of the serializer. serialVersionUID is always a static field of the class to be serialized. Thank you for your help.
cheng