XmlHelper.DefaultMaxDepth field

Default maximum recursion depth for object-to-XML conversion. Chosen to balance performance and stack safety for typical object graphs. Adjust if deeper object graphs need to be serialized.

public const int DefaultMaxDepth;

See Also