odk-x / tool-suite-X

ODK-X Tool Suite Project roadmaps, issue queue, release notes and wiki.
https://www.odk-x.org
Apache License 2.0
25 stars 43 forks source link

Suitcase: Add serialVersionUID to serializable classes #274

Closed sanyud24 closed 3 years ago

sanyud24 commented 3 years ago

Add serialVerison ID to serializable classes like PushPanel , PullPanel , LoginPanel , IOPanel etc . to remove the warning .

As it is strongly recommended that all serializable classes explicitly declare serialVersionUID value, since its computation is highly sensitive to class details that may vary depending on compiler implementations, any change in class or using different id may affect the serialized data. -gfg

sanyud24 commented 3 years ago

May I work on this issue if it seems a valid issue to you . @wbrunette .

linl33 commented 3 years ago

We don't use Java Serialization. Thanks for pointing this out though.