ServiceStack 可以对非 HTTP 客户端(例如 Google Protocol Buffers)使用二进制序列化器吗?

发布于 2024-11-14 13:00:36 字数 328 浏览 2 评论 0原文

作为 ServiceStack 支持二进制响应吗? 的后续内容,我想知道是否有构建(或计划)使用二进制序列化器的注入点,例如 Mark Gravell 的 protobuf-net 提高非 HTTP 客户端之间的效率。事实上,协议缓冲区很快就会在 JavaScript 中发挥作用。

As a followup to Does ServiceStack support binary responses?, I'm wondering whether there are injection points built (or planned) to use binary serializers such as Mark Gravell's protobuf-net for efficiency between non-HTTP clients. In fact, it might not be long before protocol buffers work in JavaScript.

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

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

带刺的爱情 2024-11-21 13:00:36

是的,ServiceStack 有一个自定义可插入格式 API,其中有自己的内置 CSV 格式 和 HTML Report Format 均使用它注册。 Nortwind数据库自定义v-card媒体类型的教程展示了如何注册使用此 API 您自己的格式/媒体类型。

计划在不久的将来支持 protobuf-net。 ServiceStack Group 中有人正在考虑添加对其的支持。无论如何,我计划尽快与 protobuf-net 的作者联系,以便找到添加对其支持的最佳方法。

Yep, ServiceStack has a custom pluggable format API where its own built-in CSV Format and HTML Report Format are both registered using it. The tutorial of Nortwind Database's custom v-card media type shows how to register your own format/media type using this API.

Support for protobuf-net is planned for the near future. There was someone on the ServiceStack Group looking at exploring adding support for it. In any case, I plan to be catching up with protobuf-net's author soon so I'll find out the best way of how to add support for it then.

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