DataContractSerializerSettings.MaxItemsInObjectGraph 属性

定义

获取或设置一个要序列化或反序列化的对象图中的最大项数。

public:
 property int MaxItemsInObjectGraph { int get(); void set(int value); };
public int MaxItemsInObjectGraph { get; set; }
member this.MaxItemsInObjectGraph : int with get, set
Public Property MaxItemsInObjectGraph As Integer

属性值

要序列化或反序列化的对象图中的最大项数。

适用于