WCF deserializing - choosing type in depends on so

2019-07-27 07:48发布

问题:

Is it possible to help deserializer of WCF ?
I mean that in my soap messages I send some special field like:
<someField>someValue</someField>
And based on this someField I give a hint to WCF deserializer what type it should deserialize ?