A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Java in General
Author
Need clarification on serialVersionUID variable in java class.
Thennam Pandian
Ranch Hand
Joined: Oct 11, 2005
Posts: 163
posted
Sep 04, 2010 09:12:50
0
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?
Avishkar Nikale
Ranch Hand
Joined: Aug 06, 2010
Posts: 173
posted
Sep 04, 2010 09:16:26
0
This post might help.
http://www.coderanch.com/t/489777/java/java/Java-class-consisting-serialVersionUID
Regards,
Avishkar Nikale
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
I like...
posted
Sep 05, 2010 07:15:30
0
Please
SearchFirst
, especially in our I/O forum. This question has already been asked many times.
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions
How To Answer Questions
Muhammad Khojaye
Ranch Hand
Joined: Apr 12, 2009
Posts: 341
posted
Sep 05, 2010 08:06:37
0
Or you can find this part of
Spec
that explain this.
http://muhammadkhojaye.blogspot.com/
I agree. Here's the link:
http://aspose.com/file-tools
subject: Need clarification on serialVersionUID variable in java class.
Similar Threads
When to use serialVersionUID
Incompatible Class?
Using serialVersionUID ...
Regarding Stream Versioning
extending class with serialVersionUID
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter