Is serialVersioUID require in Interfaces(I hope not)?

Posted by learner on Stack Overflow See other posts from Stack Overflow or by learner
Published on 2010-05-22T10:11:01Z Indexed on 2010/05/22 10:20 UTC
Read the original article Hit count: 247

My understanding is serialVersionUID is applicable only to classes, because we can create an object only to classes and the concept of serialVersionUID is for object serialization and deserialization.

© Stack Overflow or respective owner

Related posts about java

Related posts about serialversionuid