I\'m having an issue with deserializing an XML file with boolean values. The source XML files I\'m deserializing were created from a VB6 app, where all boolean values are c
Instead of using True or False, use 0 or 1. It will work for Boolean.