WCF + EF POCO + CyclicReferencesAware 属性
我在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论