Pold
❔ Help deserializing XML file
Thanks for the help, haven't really got it to work. I was trying to work around it by defining
LMEEvenFecResponse
as an array of 1 element, where LMEEvenFecReturn is a derived class. Something like it appears in the documentation: https://learn.microsoft.com/en-us/dotnet/standard/serialization/controlling-xml-serialization-using-attributes#serializing-derived-classes
I hope I get it to work like that... still no success tho, that type having a namespace kinda bothers me, however didn't have much time today to try.121 replies
❔ Help deserializing XML file
It seems I needed to specify
Form = System.Xml.Schema.XmlSchemaForm.Qualified
and now it is not null. Thanks a lot, that tool helped me find that problem. Its not perfect tho, now it throws another problem. Gotta check that out and ill post here again (maybe later/tomorrow)121 replies
❔ Help deserializing XML file
yeah, thanks for the help. Much appreciated... this new finding can give me some room to test some new things.... there are way more examples of xml deserialization when the attribute has no namespace, maybe I can make it work, then I go back to try it with namespace
121 replies