Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataContractSerializerOperationBehavior missing DataContractSurrogate #3476

Closed
MattB-msft opened this issue Mar 19, 2019 · 3 comments
Closed
Assignees
Labels
feature request Adding new functionality requiring adding an API to the public contract.

Comments

@MattB-msft
Copy link

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.

@Lxiamail Lxiamail added the feature request Adding new functionality requiring adding an API to the public contract. label Mar 20, 2019
@Lxiamail
Copy link
Member

@MattB-msft Looks like we need to add a new API to DataContractSerializerOperationBehavior enable ISerializationSurrogateProvider. It is a new feature request.

@MattB-msft
Copy link
Author

Ok, can this be done for 3.0?
otherwise can you offer an alternative?

@Lxiamail
Copy link
Member

@MattB-msft We are investigating the issue to see if it is possible to get this in 3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Adding new functionality requiring adding an API to the public contract.
Projects
None yet
Development

No branches or pull requests

3 participants