Users Pricing

forum

home / developersection / forums / what is a serialversionuid and why should i use it?

What is a serialVersionUID and why should I use it?

Anonymous User 2219 04 May 2015
Eclipse issues warnings when a serialVersionUID is missing.

The serializable class Foo does not declare a static final serialVersionUID field of type long
What is serialVersionUID and why is it important? Please show an example where missing serialVersionUID will cause a problem.

I am a content writter !


1 Answers

Anonymous User 05 May 2015 Accepted Answer