02dda5ed 5b70 e8a3 2940 6a3016994c90 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
An interface to perform custom type serialization.
Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public interface IArgumentSerializer
The IArgumentSerializer type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Recursions | The depth of recursions for serialization. |
Name | Description | |
---|---|---|
![]() |
Serialize | Converts the argument into a string. |
This interface might be implemented by users who want to perform a serialization of their custom types.