766c647c 1818 df9d e62b 7734b200454a - akesseler/Plexdata.Utilities.Templates GitHub Wiki
The depth of recursions for serialization.
Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
int Recursions { get; }
Type: Int32
The serialization depth of recursions.
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.
IArgumentSerializer Interface
Plexdata.Utilities.Formatting.Interfaces Namespace