EDN Admin
Well-known member
Im working with xml serialization and Im having to work with a Unix server at a state government level. So my problem is when I define my XmlElement as Boolean, I get "True" or "False" in Windows, tho from and to the Unix server its required
to have "true" or "false". I can define this as String instead, but I would rather find a way to find a way to define it as a Unix bool or something like this. Anyone run across this before and how did you handle it?
View the full article
to have "true" or "false". I can define this as String instead, but I would rather find a way to find a way to define it as a Unix bool or something like this. Anyone run across this before and how did you handle it?
View the full article