Closed nvollmar closed 2 years ago
Java/Scala 3 enums are serialized by name instead of ordinal to prevent reordering of entries breaking the serialization.
The default EnumerationSerializer is using the ordinal (index) instead and should be replaced mid term with an EnumerationNameSerializer.
EnumerationSerializer
EnumerationNameSerializer
Java/Scala 3 enums are serialized by name instead of ordinal to prevent reordering of entries breaking the serialization.
The default
EnumerationSerializer
is using the ordinal (index) instead and should be replaced mid term with anEnumerationNameSerializer
.