Typically, when using XMLSerializer to automatically serialize an ISerializable, a .dll file is created at C: \ WINDOWS \ Temp.
If I implement IXMLSerializable instead, where I talk about how to serialize / deserialize, will it also generate this DLL?
I have a very simple class to serialize, and I'm trying to avoid automatically creating files for permission reasons.
Any ideas?
Thanks.
source share