You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While porting a large scale .net framework based application, we have been blocked by the missing property of DataContactSurrogate on the DataContractSerializerOperationBehavior .
We have our own IDataContractSurrogate implementation that we use to do dynamic object serialization / deserialization of objects from WCF.
We require a means to provided a custom bidirectional serializer for the DataContractSerializerOperationBehavior, can this interface be added to the .net core / standard implementation.
The text was updated successfully, but these errors were encountered:
@MattB-msft Looks like we need to add a new API to DataContractSerializerOperationBehavior enable ISerializationSurrogateProvider. It is a new feature request.
While porting a large scale .net framework based application, we have been blocked by the missing property of DataContactSurrogate on the DataContractSerializerOperationBehavior .
We have our own IDataContractSurrogate implementation that we use to do dynamic object serialization / deserialization of objects from WCF.
We require a means to provided a custom bidirectional serializer for the DataContractSerializerOperationBehavior, can this interface be added to the .net core / standard implementation.
The text was updated successfully, but these errors were encountered: