Wcf+nhibernate circular references cause serialization problems

Source: Internet
Author: User

Wcf+nhibernate There is a circular reference in the query that can cause the client to not deserialize as long as the table association is involved.

The solution:

1. In a many-to-one association, set lazy= "false".

2. In a one-to-many association, the properties of the configuration file use the bag type, the corresponding attribute in the entity class is the strongly typed collection ilist< type, and cannot be a weakly-typed IList, otherwise the client deserializes the generated code with the corresponding property ilist<object> , causing the client to be deserialized to the corresponding type.

3. The data contract configuration of the entity class plus isreference=true.

Wcf+nhibernate circular references cause serialization problems

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.