有关于替换 WCF 的 XmlSerialaztioNBehavior 的参考吗?
我需要连接我自己的 XmlSerializer(需要做一些自定义准备工作)。在创建 XmlSerializer 时,它们都是“有效的”并且很容易做到,但是...... ...当使用 WCF 使用该行为时,不会创建序列化程序。所以我遇到了问题。
任何人都可以参考如何替换 WCF 的 XmlSerialaztionBehavior 并“注入”自定义准备的 XmlSerializer?
I need to hook up my own XmlSerializer (need to do some custom prepataions). They are all "valid" and easy to do when creating an XmlSerializer, but...
...when using WCF using the behavior am not creating the serializer. So I run into a problem.
Anyone has a reference how to replace the XmlSerialiaztionBehavior of WCF and to "inject" a custom prepared XmlSerializer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要查看自定义消息格式化程序,或位于 msdn。
You might want to look into custom message formatters, or here on msdn.