1 implementation of GetCustomDataToExport
System.ServiceModel (1)
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (1)
328public object GetCustomDataToExport(Type clrType, Type dataContractType)
1 reference to GetCustomDataToExport
System.Runtime.Serialization (1)
System\Runtime\Serialization\IDataContractSurrogate.cs (1)
59return surrogate.GetCustomDataToExport(clrType, dataContractType);