02dda5ed 5b70 e8a3 2940 6a3016994c90 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

IArgumentSerializer Interface

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

Syntax

C#

public interface IArgumentSerializer

The IArgumentSerializer type exposes the following members.

Properties

 

Name Description
Public property Recursions The depth of recursions for serialization.
  Back to Top

Methods

 

Name Description
Public method Serialize Converts the argument into a string.
  Back to Top

Remarks

This interface might be implemented by users who want to perform a serialization of their custom types.

See Also

Reference

Plexdata.Utilities.Formatting.Interfaces Namespace

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