-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.0, 1.4.0
-
Fix Version/s: 1.3.1
-
Component/s: API / Type Serialization System
-
Labels:None
The EnumSerializer and the EnumValueSerializer (Scala) uses Java serialization to store enum values. From a user perspective this can be a bit of a problem if the user forgot to add a serial version UID. I think it would be better to store the enum information without Java serialization to avoid this problem.
- links to