This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Issues with DocumentJsonSerializerOptions serialization and derived types #17091
Labels
You can continue the conversation there. Go to discussion →
I'm having some issues lately with Serialization of derived C# types using DocumentJsonSerializerOptions .
In Orchard Core you can define the derived types for serialization from this serviceL
But I noticed lately (this was not happening about a month ago )that when you try to serialize the derived type that has been defined from the startup services that when you serialize it doesn't contain the type info metadata to later on deserialize it back to the derived type.
As an example the following code serializes the ContentDeploymentStep without the type info metadata :
Can someone please confirm if it happens on their side?
The text was updated successfully, but these errors were encountered: