ryansouthgate.com · Feb 21, 2025
Custom C# JSON Deserialisation for Object property Types
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
IntroductionRecently I’ve had to work with a data model in C# that the team I’m on doesn’t own. We are using System.Text.Json for our Serialisation/Deserialisation needs. The Data model we are using has multiple classes with a object properties, and it’s difficult to work with. Using System.Text.Json we could customise the conversion for all properties where the type is…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.