Because kotlin has no concept of unions if I have ...
# serialization
j
Because kotlin has no concept of unions if I have two possible classes that can be deserialized how do I do that
k
With a sealed class wrapper.
j
How do I do this because I tried similar do I write a custom decoder for the sealed class?