问题描述
我在哪里可以在ASP.NET Web API中指定自定义序列化/反序列化?
Where can I specify custom serialization/deserialization in an ASP.NET Web API?
我们的应用程序吞吐量需要对消息进行快速序列化/反序列化,因此我们需要严格控制这部分代码以使用我们的自制软件或OSS。
The throughput of our application requires a fast serialization/deserialization of messages, hence we need to tightly control this part of the code to either use our home-brew or an OSS one out there.
我检查了各种来源,例如解释了如何创建自定义值提供程序,但是我还没有看到一个示例说明端对端过程。
I have checked various sources such as this that explains how to create a custom value provider, but I have yet to see an example that explains the process end to end.
任何人都可以直接/向我显示序列化传入/传出消息的方式吗?
Can anyone direct/show me the way to serialize the incoming/outgoing messages?
Web API中的各种注入点/事件接收器类似于
这篇关于在Web API / APIController中控制序列化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!