We are attempting to generate C# classes using xsd.exe and some xml schemas. The code generated does not compile for Metro style applications, because of the [SerializableAttribute] which is not available in .NET for Metro apps. Is there/will
there be a Metro compatible version of xsd.exe or some other tool to generate code from schemas? Is it safe to simply remove the [SerializableAttribute] from the generated code and use that in a Metro style app?