i'm trying to deserialize dictionary of <string, object> to a class. when some of the properties in the class are not in the serialized dictionary the deserialization is setting the default values for those properties.
is there a way to avoid that? maybe with some custom formatter\resolver?
i'm trying to deserialize dictionary of <string, object> to a class. when some of the properties in the class are not in the serialized dictionary the deserialization is setting the default values for those properties.
is there a way to avoid that? maybe with some custom formatter\resolver?