Recently I came across this error in my WCF trace:
There was an error while trying to serialize parameter http://tempuri.org/:ProcessAllTasksResult. The InnerException message was 'Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the object graph or increase the MaxItemsInObjectGraph quota. '.
So I would like to know how to change the object graph, I already know how to increase the MaxItemsInObjectGraph quota.