Given a well-formed but invalid xml. Defining invalid as an xml with an illegal value, for example Date in an incorrect format.
With XmlSerializer, is it possible continue the deserialization of an xml in case of errors with some properties?
Given a well-formed but invalid xml. Defining invalid as an xml with an illegal value, for example Date in an incorrect format.
With XmlSerializer, is it possible continue the deserialization of an xml in case of errors with some properties?