如何使 WCF 服务使用特定的 DataContractSerializer 构造函数重载?

发布于 2024-11-10 02:48:24 字数 828 浏览 2 评论 0原文

DataContractSerializer 有许多 构造函数重载,并且我希望能够指定我的 WCF 服务应如何初始化它使用的 DataContractSerializer。你会怎样做呢?在 .config 文件中还是在 C# 中配置更容易?

默认情况下,WCF 服务似乎总是使用这个

如果可能,请举例说明如何指定 DataContractSerializer 使用此构造函数已知类型。

DataContractSerializer has many constructor overloads, and I'd like to be able to specify how my WCF service should initialize the DataContractSerializer it uses. How would you go about doing this? Is it easier to configure this in the .config file or in C#?

A WCF service always appears to use this one by default.

If possible, please give an example of how to specify DataContractSerializer using this constructor for KnownTypes.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文