WCF + EF POCO + CyclicReferencesAware 属性

发布于 2024-11-05 22:58:33 字数 440 浏览 0 评论 0原文

我在使用 WCF + EF POCO 时发现问题 我正在使用 CyclicReferencesAwareAttribute (意味着保留对象引用)

问题是,如果我有以下结构:

MyEntity
  -项目A
   -子项A
    -子项目B
    -子项C
  -项目B
    -子项A
    -SubItemB

当我将上述结构从一个服务传递到另一个服务时,ItemB 实体中的 SubItemA 和 SubItemB 将为 null。 不知何故,这些实体在序列化/反序列化过程中丢失。但我无法确定问题出在哪里。

I am finding a problem using WCF + EF POCOs
I am using the CyclicReferencesAwareAttribute (meaning that object references are preserved)

The problem is that if I have the following structure:

MyEntity
  -ItemA
   -SubItemA
    -SubItemB
    -SubItemC
  -ItemB
    -SubItemA
    -SubItemB

When I pass the above structure from one service to another, the SubItemA and SubItemB in the ItemB entity would be null.
Somehow these entities are lost during the serialization / deserialization process. But I cannot identify where the problem is.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文