We have an existing WCF service which uses several DataContracts. We want to modify the serialization based on the device, so that when accessed from mobile devices, the ser
Try using IgnoreDataMemberAttribute