Message in Japanese (日本語)
'<var>X</var>.<var>Y</var>' に OptionalFieldAttribute が設定されていません。これは、シリアル化が必要であることを示しています。ただし、'<var>X</var>' は DataContractAttribute が設定されているクラスから派生し、IsReference 設定は '<var>Z</var>' です。IsReference クラスで必要なデータ メンバを持つことはできません。'<var>X</var>.<var>Y</var>' を OptionalFieldAttribute で修飾するか、適切な親クラスの IsReference 設定を無効にしてください。
Unlocalized message
'<var>X</var>.<var>Y</var>' is not marked with OptionalFieldAttribute, thus indicating that it must be serialized. However, '<var>X</var>' derives from a class marked with DataContractAttribute and an IsReference setting of '<var>Z</var>'. It is not possible to have required data members on IsReference classes. Either decorate '<var>X</var>.<var>Y</var>' with OptionalFieldAttribute, or disable the IsReference setting on the appropriate parent class.
Search by Google