❔ Newtonsoft.JSON Nested Json deserialized incorrectly
I'm serializing and transmitting the following class
The
e.g.: If
Serializing this works fine and the nested json is escaped properly, but deserializing just skips the json. It works with the
First and foremost, I'm looking for a workaround to this, alternatively I'm looking for suggestions to improve this entire system... because it sucks.
The
Json property contains a serialized object of relevance to the Typee.g.: If
Type is DoMove, the Json is expected to be a serialized point.Serializing this works fine and the nested json is escaped properly, but deserializing just skips the json. It works with the
Type, but just doesn't touch the nested json.First and foremost, I'm looking for a workaround to this, alternatively I'm looking for suggestions to improve this entire system... because it sucks.