I'm using XSD2Code in order to serialize and deserialize an XML document.
For some reason I'm not getting Deserialize
method in my intellisense. When I look at the code generated by XSD2Code, I can see these methods:
public static SOMEOBJect Deserialize(string xml)
{
..........
}
Could someone please tell me how to call this method?