It does not affect JSON deserialization. Any one can explain it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The documentation states the following:
I take it the same holds for the JSON serializer. The documentation does not state anything concerning deserialization.
I believe the idea is that when you don’t serialize a property, deserialization does not matter because the property simply isn’t there in the to be deserialized data.