I want JsonConvert.DeserializeObject(“”) to be deserialized to new CustomType()
but this is always deserialized to null.
this is using newtonsoft json, have tried using a custom readjson method but it does not work.
I want JsonConvert.DeserializeObject(“”) to be deserialized to new CustomType()
but this is always deserialized to null.
this is using newtonsoft json, have tried using a custom readjson method but it does not work.