(VB.Net) I have a populated class. I want to serialise this class into a stream and then load it into an XML document.
Due to other constraints I do not want to write the stream to a file on the hard drive. I need to store it in memory then load it into an XML dom document.
Any examples anyone ?
