Passing Interface in a WCF Service?

You need to tell the WCF serializer which class to use to serialize the interface

[ServiceKnownType(typeof(ConcreteDeviceType)]

Leave a Comment