Code Explorer

Results 2 comments of Code Explorer

Thanks much @Mike-E-angelo . Here's the config I am trying out as of now: IExtendedXmlSerializer serializerTest = new ConfigurationContainer() .EnableImplicitTyping(typeof(Dictionary), typeof(List), typeof(Subject)) .Create();

Thank you so much @Mike-E-angelo. Never knew about _InspectedPropertyTypes_. It did do the trick!! Great work! I'll work on it and get back if I see anything different. Again, Thanks...