Quote Originally Posted by cronodragon
Anyway, that "reflection" concept you wrote sounds interesting, is there more information on that? Thanks!
So you want to stream to a binary format? Should be possible although I haven't tried that.

I found this:
System.Runtime.Serialization.Formatters.Binary Namespace
http://msdn2.microsoft.com/en-us/lib...rs.binary.aspx
"The System.Runtime.Serialization.Formatters.Binary namespace contains the BinaryFormatter class, which can be used to serialize and deserialize objects in binary format."

System reflection-namespace:
http://msdn2.microsoft.com/en-us/lib...eflection.aspx

Also Google for "system reflection" to find articles about it.