(Marc Clifton) I needed a simple serialization / deserialization mechanism to save and load state information for objects whose type (the class) is constructed and compiled at runtime. Neither XmlSerializer nor BinaryFormatter classes handle this scenario. So, I wrote a lightweight assembly to
Read More - Register for Free Membership