5 Aug
2005

Deserializer from Microsoft

Ever get irritated when trying to decorate a class to achieve your serialization goals? 
Try this shiny new gizmo from the Borg.

Sample
Code Generator


The Sample Code Generator (XSDObjectGen) tool takes an
XSD schema as input and generates sample code showing how to mark up C# and VB.Net
classes so that when serialized with the XML serializer, the resulting XML will be
valid according to the original schema.