Possibility to send complex objects using webservices?
I got a bunch of classes that have methods that returns complex custom designed objects (which contains font objects, brush objects and color objects etc)... I have been instructed to turn them into webmethods because they want a client app to be able to use them! Is this at all possible? My first thought was that the objects returned have to be able to serialize into xml... and how do you do that with a brush object, or a font object?
kind regards
Henrik