How does one use the polymorphic stuff for sealed ...
# serialization
e
How does one use the polymorphic stuff for sealed class heirarchies? Can I get away with only annotating my sealed BaseClass with
@Polymorphic
?
i
No you have to provide the SerializersModule with a mapping to specific serializers