I successfully used sgen.exe
to create my MyLibrary.XmlSerializer.dll
assembly, because I want to avoid the waste of time for the "first" deserialization.
But now, how to use it?
I mean, where do I have to put MyLibrary.XmlSerializer.dll
to be used? How to be sure?
Thanks!