R
Random
Has anyone here created an Xml Serialization Assembly for use within their
ASP.NET web app? I have several classes defined within my App_Code
directory that I would like to have a pregenerated serializer for, much the
same as can be created by the sgen.exe tool. I wasn't looking to take my
classes out of the web app into their own assembly to do this.
ASP.NET web app? I have several classes defined within my App_Code
directory that I would like to have a pregenerated serializer for, much the
same as can be created by the sgen.exe tool. I wasn't looking to take my
classes out of the web app into their own assembly to do this.