Tagged Questions

0
votes
3answers
108 views

How to send a System.Configuration.Configuration object trough WCF

Well I think the title explains for itself. I'm trying to export a configuration object trough the wire, but it looks quite difficult, the class is not serializable and... it's sealed, so no heritage ...