Is there anything like ISerializable that works for XMLSerializer?
- by Billy ONeal
I've got a class which implements it's own (de)serialization via XLINQ, and I'd
like to have clients of my class which attempt to XMLSerialze my class to have
my XLINQ method called instead.
Is that possible?