P
Paul Buckley
Hi,
I'm passing a complex type, which I have defined, via a web service
method....in the client generated reference.cs I want the class to be marked
[Serializable] without having to do it myself manually. Is there any way to
do this? I've tried marking the complex type as [Serializable] in the web
service code but it isn't replicated on the client side. I'm trying to store
the objects passed back from the web methods in SqlState.
Thanks,
Paul.
I'm passing a complex type, which I have defined, via a web service
method....in the client generated reference.cs I want the class to be marked
[Serializable] without having to do it myself manually. Is there any way to
do this? I've tried marking the complex type as [Serializable] in the web
service code but it isn't replicated on the client side. I'm trying to store
the objects passed back from the web methods in SqlState.
Thanks,
Paul.