766c647c 1818 df9d e62b 7734b200454a - akesseler/Plexdata.Utilities.Templates GitHub Wiki

IArgumentSerializer.Recursions Property

The depth of recursions for serialization.

Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

int Recursions { get; }

Property Value

Type: Int32
The serialization depth of recursions.

Remarks

A depth of recursions of 0 (zero) means for complex data types that only the first level of properties will be serialized.

Any kind of depth of recursions does not make sense for scalar data types and should be ignored in such a case.

Any value less than 0 (zero) may result in an empty string or may mean unlimited.

Users who implement this interface themselves may interpret the value of this property as they wish.

See Also

Reference

IArgumentSerializer Interface
Plexdata.Utilities.Formatting.Interfaces Namespace

⚠️ **GitHub.com Fallback** ⚠️