I only want only to de-serializing a certain data member, without serializing it.
I understand I can set EmitDefaultValue =false, and set the value to null.
add the IgnoreDataMemberAttribute
IgnoreDataMemberAttribute