is there a way to model that similar to algebraic ...
# jackson-kotlin
b
is there a way to model that similar to algebraic data types?
d
The ideal way to model that would be using a
sealed class
in Kotlin indeed, but that requires a custom deserialization