Hey! :wave: I’m trying to serialize a polymorphic ...
# serialization
n
Hey! 👋 I’m trying to serialize a polymorphic sealed class to map using Properties and something weird happens because it serializes every property of the child object with a ‘value.’ prefix in the key. This is not happening when serializing to Json. Any idea? Thank you 🙇