G
gusse.net
how can i serialize a class to a string ? i can write the data to a xml
file, but i would like to write to content into a string instead without
using a file...
I could write it to a xml file and from there into a string, but that would
not be the prefered method..
class test
{
public name;
public number;
}
file, but i would like to write to content into a string instead without
using a file...
I could write it to a xml file and from there into a string, but that would
not be the prefered method..
class test
{
public name;
public number;
}