Serialization and Shared Interfaces
- From: "jehugaleahsa@xxxxxxxxx" <jehugaleahsa@xxxxxxxxx>
- Date: Tue, 15 Jul 2008 05:42:17 -0700 (PDT)
Hello:
I have a Serializable class that I pass to clients via web services.
In the web service, the class implements a shared interface. The
clients also use the interface. The web reference automatically
creates an class on the client, but it doesn't implement the
interface. This means that I have to implement another class that
implements the interface, which I build from the web service class. So
I always have to convert one to the other every time I call the web
service.
Is there are way to make the automatically generated class implement
the interface?
Thanks,
Travis
.
- Follow-Ups:
- Re: Serialization and Shared Interfaces
- From: sloan
- Re: Serialization and Shared Interfaces
- From: Pavel Minaev
- Re: Serialization and Shared Interfaces
- From: Ignacio Machin ( .NET/ C# MVP )
- Re: Serialization and Shared Interfaces
- From: Bob Powell [MVP]
- Re: Serialization and Shared Interfaces
- Prev by Date: Learning C# - Looking for a good, free IDE
- Next by Date: Re: Learning C# - Looking for a good, free IDE
- Previous by thread: Learning C# - Looking for a good, free IDE
- Next by thread: Re: Serialization and Shared Interfaces
- Index(es):
Relevant Pages
|
Loading