MongoDb 规范序列化
我知道这是主观的,但是规范序列化器有多好,特别是与循环的复杂对象的序列化相关。本质上,我有一大块反序列化的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.