WCF error serializing cycle reference
问题 I'm trying to return lists of objects that have references to another objects and viceversa. I only want the lazy load to get the "first level children", I mean, if I have a "Person" object with a "Place" property, I want the place data to be loaded but not every object in "Place" object needs to be loaded... because this would ahead to a cyclic reference... I've read that I could do this by using [DataContract(IsReference = true)] on every Object. I've set every object in the model (auto