MongoDb 规范序列化

发布于 2024-12-07 04:34:44 字数 143 浏览 0 评论 0原文

我知道这是主观的,但是规范序列化器有多好,特别是与循环的复杂对象的序列化相关。本质上,我有一大块反序列化的 xml 消息,通过网络传入,每分钟数百次,反序列化时有大约 47 或 57 个类。诺姆能够以正常的方式处理它吗?

任何经验都欢迎分享。 鲍勃.

I know this is subjective, but how good is the norm serializer, particularly related to serialization of complex objects that are cyclic. Essentially I have big chunk of deserialized xml message, coming in over the wire, several hundred times a minute, which has some 47 or 57 classes when deserialized. Would Norm be able to handle it, in a normal run of the mill fashion.

Any experiences to share would be welcome.
Bob.

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

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

发布评论

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

评论(1

走野 2024-12-14 04:34:44

NoRM 不再得到积极维护。我改用 10gen C# 提供程序,它可以轻松处理非常深的循环序列化。我推荐它。

NoRM is no longer being actively maintained. I used the 10gen C# provider instead and it dealt with very deep cyclic serialization easily. I recommend it.

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