不明なタイプをクライアントからwcfサービスに渡す必要があります。
タイプはサービスに認識されていません。
たとえば、シリアル化のインスタンスを作成してサービスに送信するクラスCustomerがあります。逆シリアル化する必要がある場合に問題が発生し、desrializedオブジェクトをにキャストするためにタイプを指定する必要があります。
タイプをシリアル化できません。試行すると、次のエラーが発生します。
{"Type 'System.RuntimeType' with data contract name
'RuntimeType:http://schemas.datacontract.org/2004/07/System' is not expected. Consider
using a DataContractResolver or add any types not known statically to the list of
known types - for example, by using the KnownTypeAttribute attribute or by adding
them to the list of known types passed to DataContractSerializer."}
この問題の回避策を見つける必要があります、何かアイデアはありますか?
要約すると:
不明なタイプをWCFサービスに送信するための回避策を探しています。