Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0, 1.4.0
-
None
Description
The EnumValueSerializer seems to be broken because it cannot retrieve the Scala enum values. The problem seems to be that Scala enums don't store their constant values in the Class<E> instance of the enumeration.