Hey, when serializing enums with `Serializable` an...
# serialization
j
Hey, when serializing enums with
Serializable
annotation is there any way to provide default value other than writing custom serializer?
t
@SerialId
for enum constants?
j
I use
SerialName
for my enums