Open
Description
What is the purpose of the following line?
It's preventing me from applying any special serialization rules to the type field in the downstream schemas since the serialized value is being overwritten by this line with the original, non serialized version.
IMO the decision of whether or not to add the type field to the serialized result should solely be the responsibility of the downstream schema.
I've overridden the _dump
method with an exact copy minus this line (and the preceding line) in my own repo which seems to have solved the issue but I don't know if I may have introduced unexpected behaviour elsewhere.
Related to #126
Metadata
Metadata
Assignees
Labels
No labels