Is there anything like ISerializable that works for XMLSerializer?

Posted by Billy ONeal on Stack Overflow See other posts from Stack Overflow or by Billy ONeal
Published on 2010-04-20T17:18:22Z Indexed on 2010/04/20 17:23 UTC
Read the original article Hit count: 280

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET