HOW DO I save the representation of a class in binary file. i mena like the class is represented in memory at runtime and then how i read it into class
?
Name:
Anonymous2011-05-31 15:01
>>26
That there are some loser languages where the class and the instance are the same thing. I don't know if C# falls into this category.