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.
Have you tried decorating the property with [IgnoreDataMember]?
[IgnoreDataMember]