1 implementation of GetDeserializedObject
System.ServiceModel (1)
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (1)
303
public object
GetDeserializedObject
(object obj, Type targetType)
1 reference to GetDeserializedObject
System.Runtime.Serialization (1)
System\Runtime\Serialization\IDataContractSurrogate.cs (1)
49
return surrogate.
GetDeserializedObject
(obj, memberType);