77dd3463 45e6 44b8 ac15 c6fc3c4f16e5 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Gets and sets the instance of a serializer used to process custom types.
Namespace: Plexdata.Utilities.Formatting
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public IArgumentSerializer Serializer { get; set; }
Type: IArgumentSerializer
An instance of IArgumentSerializer or null
to enable default serialization.
The serializer instance to be used to process custom types might be implemented by users to handle custom specific data type conversions.
Please note, the provided custom serializer must be able to process any of the possible custom types.
The default serializer is used if this property is set to null
.
The default value is null
.
Options Class
Plexdata.Utilities.Formatting Namespace
Plexdata.Utilities.Formatting.Interfaces.IArgumentSerializer
Plexdata.Utilities.Formatting.Helpers.DefaultSerializer