JsonMapGeneratorCustomMappers Property

Custom mappers to use while generating the JsonMaps for a type.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public List<IJsonValueMapper> CustomMappers { get; }

Property Value

ListIJsonValueMapper

See Also