what maxItemsInObjectGraph property of DataContractSerializer mean?
Options
- Max size of DataContract
- Max Number of Items inside DataContract
- Max number of items that can be searialize/deserialized in a single WCF call
- None of the above
CORRECT ANSWER : Max number of items that can be searialize/deserialized in a single WCF call
Write your comments