Tagged Questions

0
votes
1answer
42 views

Web Service Serialization

I'd like to create a class A_bis witch inherits from class A Some fields of class A are nullable ( [XmlElement(IsNullable = true)]) . Others not ... I'm interested in the others to become nullable ...