XML to Serializable Class in Visual Studio.

Keywords: XSD.EXE, SVCUtil, XSD2Code

I have found that this is easier than using the xsd.exe tools, though I am sure the Visual Studio “Create Schema” may be calling some base class that was used by xsd.exe.







 

To supress warnings:
#pragma warning disable 0169, 0414, 0472
 
#pragma warning disable 0169, 0414, 0472
Share on Facebook

Leave a Reply

Your email address will not be published.