xml string to class conversion

xzibitfool

New Member
I have string that represents xml serialized class.I have xsd of this class and I successfully managed to create a class from it.Now I am looking for a way how to serialize this string to instance of this class.What is the best way doing so?Thanks.
 
Back
Top