Message in Polish (Polski)
Element „<var>X</var>.<var>Y</var>” nie jest oznaczony atrybutem OptionalFieldAttribute, co wskazuje, że musi on być szeregowany. Tymczasem „<var>X</var>” dziedziczy z klasy oznaczonej atrybutem DataContractAttribute, mającej ustawienie IsReference równe „<var>Z</var>”. W klasach IsReference nie mogą istnieć wymagane elementy danych. Oznacz element „<var>X</var>.<var>Y</var>” atrybutem OptionalFieldAttribute lub wyłącz ustawienie IsReference w odpowiedniej klasie nadrzędnej.
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