A、Add the KnownType attribute to the data contract. Set a default value in each of the data member declarations.
B、Add the KnownType attribute to the data contract. Set the Order property of each data member to unique integer value.
C、Set the EmitDefaultValue property of each data member to false.
D、Set the lsRequired property of each data member to true.