I need to be about to XML serialize a couple of my classes, currently we use the .NET XML Serializers, however they write temporary files to the local hard disk and some of our clients don't have permission to do this.
In theory you can pre-compile the required temporary classes which avoids the need to build them on the fly but I have been unable to get this working, see sgen.exe, XmlSerializers.dll not being used
Are there any other (preferably lightweight) tools out there which would do the job?
No comments:
Post a Comment