posted 14 years ago
Hi,
Have seen the following member in most of the Serializable classes.
private static final long serialVersionUID = 4374092139857L;
What is the use of this member in the serialization process?
What is the advantage of having this member?