How can we serialize a class that is not a custom class of our own?
- by Doug
I need to look at the properties of an object and I cannot instantiate this object in the proper state on my dev machine. I need my client to run some code on her machine, serialize the object in question to disk and then I can analyze the file.
Here is the class I want to serialize.
System.Security.AccessControl.RegistrySecurity
Here is my…