pmiklos
07/17/2020, 5:21 AMclassDiscriminator
from context level to base class level? For example @Polymorphic(discriminator="command")
or as part of the SerialModule: polymorphic("command", Message::class) { ... }
or similar? It would add a great flexibility and it doesn't seem very difficult to add to the current design.turansky
07/19/2020, 12:14 PM