icystars / quickdb

Automatically exported from code.google.com/p/quickdb
0 stars 0 forks source link

private static final long serialVersionUID should be ignored by default #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create a simple class.
2. Add the serialization version UID.
3. Try saving it, it fails because serialVersionUID doesn't have a getter.

Should at least be ignored, or saved in a special column.

Using the 1.3 beta

Cool API, bro!

Original issue reported on code.google.com by apoteoticos on 15 Feb 2011 at 4:00