I found this link How can I ignore unknown enum values during json deserialization? for json deserialization.
is this same possible in xml deserialization?
how can we achieve this by using IXmlSerializable intererface
I found this link How can I ignore unknown enum values during json deserialization? for json deserialization.
is this same possible in xml deserialization?
how can we achieve this by using IXmlSerializable intererface