How can a custom format support polymorphic serial...
# serialization
f
How can a custom format support polymorphic serialization by accepting a
SerialModule
? I can't find where
Json
and other formats handle the
SerialModule
.
d
Look in the
PolymorphicSerializer
class
👍 1
f
Ah, I simply needed to override
context
, in my encoder, thanks