When i deserialize the object i get null values for fields that are not there in input string, how do i avoid those null properties, my client does not need them...
I tried using NullValueHandling.Ignore and did not work out... googled for 1 day and but no luck...
greatly appreciate the response.. is this possible or not ?
I tried using NullValueHandling.Ignore and did not work out... googled for 1 day and but no luck...
greatly appreciate the response.. is this possible or not ?